diff --git a/.github/workflows/check-manifest-generation-diff.yaml b/.github/workflows/check-manifest-generation-diff.yaml index b0870538..d6d18ca6 100644 --- a/.github/workflows/check-manifest-generation-diff.yaml +++ b/.github/workflows/check-manifest-generation-diff.yaml @@ -25,7 +25,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - name: Restore Go cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /home/runner/work/_temp/_github_home/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/components.yaml b/.github/workflows/components.yaml index a155cd05..738c9246 100644 --- a/.github/workflows/components.yaml +++ b/.github/workflows/components.yaml @@ -25,7 +25,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} fetch-depth: 0 - name: Cache go-build and mod - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/go-build/ diff --git a/.github/workflows/e2e.yaml b/.github/workflows/e2e.yaml index 213b22db..652fa203 100644 --- a/.github/workflows/e2e.yaml +++ b/.github/workflows/e2e.yaml @@ -32,7 +32,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - name: Restore Go cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /home/runner/work/_temp/_github_home/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }} diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index c4922988..4bcc0286 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -15,7 +15,7 @@ jobs: contents: write runs-on: ubuntu-latest steps: - - uses: release-drafter/release-drafter@ed4bc48ec97379be2258e7b7ac2624a3e26ab809 + - uses: release-drafter/release-drafter@4d75298e00d9e34c483e5ff8c68d0ea1c1940c1e with: config-name: release-drafter.yml env: diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 65a18191..975c90f9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -43,7 +43,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - name: Cache go-build and mod - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: | ~/.cache/go-build/ diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 0692e590..604e1e57 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -26,7 +26,7 @@ jobs: with: go-version-file: '${{ github.workspace }}/go.mod' - name: Restore Go cache - uses: actions/cache@2c8a9bd7457de244a408f35966fab2fb45fda9c8 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 with: path: /home/runner/work/_temp/_github_home/go/pkg/mod key: ${{ runner.os }}-go-${{ hashFiles('**/go.sum') }}