diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 503a1c01..f81db910 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -37,7 +37,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout Repo - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go @@ -81,7 +81,7 @@ jobs: needs: publish_binary steps: - name: Checkout Repo - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # tag=v3.5.3 + uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # tag=v4.2.1 - name: Unshallow clone for tags run: git fetch --prune --unshallow --tags - name: Install Go