diff --git a/.github/workflows/callable-build.yaml b/.github/workflows/callable-build.yaml index 1fed71c..08b79f4 100644 --- a/.github/workflows/callable-build.yaml +++ b/.github/workflows/callable-build.yaml @@ -34,13 +34,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: build-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: build-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-integration.yaml b/.github/workflows/callable-test-integration.yaml index 7819e9f..83b48db 100644 --- a/.github/workflows/callable-test-integration.yaml +++ b/.github/workflows/callable-test-integration.yaml @@ -38,13 +38,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: integration-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: integration-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-load.yaml b/.github/workflows/callable-test-load.yaml index 54c5730..3abcf86 100644 --- a/.github/workflows/callable-test-load.yaml +++ b/.github/workflows/callable-test-load.yaml @@ -38,13 +38,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: load-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: load-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/callable-test-unit.yaml b/.github/workflows/callable-test-unit.yaml index 858ac17..f29fd1b 100644 --- a/.github/workflows/callable-test-unit.yaml +++ b/.github/workflows/callable-test-unit.yaml @@ -30,13 +30,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: unit-test-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: unit-test-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/code-scanning.yaml b/.github/workflows/code-scanning.yaml index 9fad3eb..dbf07d4 100644 --- a/.github/workflows/code-scanning.yaml +++ b/.github/workflows/code-scanning.yaml @@ -55,13 +55,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: govulncheck-go-mod-${{ hashFiles('tools/go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: govulncheck-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index 66583d7..5f8d1d6 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -39,13 +39,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: copilot-go-mod-${{ hashFiles('go.sum', 'tools/go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: copilot-go-build-${{ steps.checksum.outputs.checksum }} diff --git a/.github/workflows/release-ctl.yaml b/.github/workflows/release-ctl.yaml index a5ef1ee..ddb6e04 100644 --- a/.github/workflows/release-ctl.yaml +++ b/.github/workflows/release-ctl.yaml @@ -51,13 +51,13 @@ jobs: echo "checksum=$checksum" >> "$GITHUB_OUTPUT" - name: Cache Go module cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/go/pkg/mod key: release-ctl-go-mod-${{ hashFiles('go.sum') }} - name: Cache Go build cache - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5.0.5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0 with: path: ~/.cache/go-build key: release-ctl-go-build-${{ matrix.goos }}-${{ matrix.goarch }}-${{ steps.checksum.outputs.checksum }}