From 9cee2c1d066d7d737cd4081164622b2fd27d9f3f Mon Sep 17 00:00:00 2001 From: 110416 <39330037+i10416@users.noreply.github.com> Date: Wed, 22 Dec 2021 05:50:27 +0900 Subject: [PATCH] update release.yml (#45) update actions/checkout from v1 to v2 for security improvement. related to #44 --- .github/workflows/release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 161ea0d..ade4b30 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -6,7 +6,7 @@ jobs: publish: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v1 + - uses: actions/checkout@v2 - uses: olafurpg/setup-scala@v13 - uses: olafurpg/setup-gpg@v3 - run: git fetch --tags || true