diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 88b52dcaf44..590438c9ec1 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -32,7 +32,7 @@ jobs: version: 3.x repo-token: ${{ secrets.GITHUB_TOKEN }} - uses: docker/setup-qemu-action@8b122486cedac8393e77aa9734c3528886e4a1a8 # v1 - - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3 + - uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # v3 with: path: | ./dist/*.deb @@ -65,7 +65,7 @@ jobs: with: go-version: '>=1.19.1' cache: true - - uses: actions/cache@fd5de65bc895cf536527842281bea11763fefd77 # v3 + - uses: actions/cache@ac8075791e805656e71b4ba23325ace9e3421120 # v3 with: path: | ./dist/*.deb