From c5b9694b88252453f2d81e9828253caf1e489573 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Nov 2024 01:52:32 +0100 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#88) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/go-ci.yml | 2 +- .github/workflows/sec-codeql.yml | 2 +- .github/workflows/tpl-packaging.yml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/go-ci.yml b/.github/workflows/go-ci.yml index 8a7ecfa..3740869 100644 --- a/.github/workflows/go-ci.yml +++ b/.github/workflows/go-ci.yml @@ -64,7 +64,7 @@ jobs: id: windows steps: - name: Get Cached Artifacts - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: dist key: dist-${{ github.run_id }} diff --git a/.github/workflows/sec-codeql.yml b/.github/workflows/sec-codeql.yml index c448d1c..38bfcdf 100644 --- a/.github/workflows/sec-codeql.yml +++ b/.github/workflows/sec-codeql.yml @@ -28,7 +28,7 @@ jobs: go-version-file: go.mod cache: false - name: Setup Golang Caches - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/tpl-packaging.yml b/.github/workflows/tpl-packaging.yml index 98f6d27..246d71a 100644 --- a/.github/workflows/tpl-packaging.yml +++ b/.github/workflows/tpl-packaging.yml @@ -44,7 +44,7 @@ jobs: go-version-file: go.mod cache: false - name: Setup Golang Caches - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 with: path: | ~/.cache/go-build @@ -88,7 +88,7 @@ jobs: docker push ${docker_image_dst} done - name: Cache Artifacts - uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3 + uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a # v4 if: ${{ inputs.artifacts-cache }} with: path: "${{ inputs.artifacts-cache-path }}"