From 8c13a81be715299302c0a693651e3156ead0bda4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 18:45:28 -0800 Subject: [PATCH] chore(deps): update actions/cache action to v4 (#3608) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .github/workflows/browser-testing.yml | 2 +- .github/workflows/build-storybook.yml | 2 +- .github/workflows/go-tests.yaml | 4 ++-- .github/workflows/hls-tests.yml | 2 +- .github/workflows/javascript-format-build.yml | 6 +++--- .github/workflows/javascript-tests.yml | 2 +- .github/workflows/screenshots.yml | 2 +- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index 625f60788..b38290970 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -27,7 +27,7 @@ jobs: node-version: latest - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-browser-tests with: diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml index f3b7a315b..d6954bfc7 100644 --- a/.github/workflows/build-storybook.yml +++ b/.github/workflows/build-storybook.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v4 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-bundle-web-app with: diff --git a/.github/workflows/go-tests.yaml b/.github/workflows/go-tests.yaml index bb93add9b..d77b526cb 100644 --- a/.github/workflows/go-tests.yaml +++ b/.github/workflows/go-tests.yaml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build @@ -49,7 +49,7 @@ jobs: steps: - uses: actions/checkout@v4 - - uses: actions/cache@v3 + - uses: actions/cache@v4 with: path: | ~/.cache/go-build diff --git a/.github/workflows/hls-tests.yml b/.github/workflows/hls-tests.yml index 8e369b335..1dd2856aa 100644 --- a/.github/workflows/hls-tests.yml +++ b/.github/workflows/hls-tests.yml @@ -31,7 +31,7 @@ jobs: cache: true - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-hls-tests with: diff --git a/.github/workflows/javascript-format-build.yml b/.github/workflows/javascript-format-build.yml index 68e2b5e1a..34f47bdf4 100644 --- a/.github/workflows/javascript-format-build.yml +++ b/.github/workflows/javascript-format-build.yml @@ -50,7 +50,7 @@ jobs: - '**/*.{js,ts,tsx,jsx,css,md}' - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-bundle-web-app with: @@ -106,7 +106,7 @@ jobs: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-bundle-web-app with: @@ -140,7 +140,7 @@ jobs: skip_after_successful_duplicate: 'true' - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-bundle-web-app with: diff --git a/.github/workflows/javascript-tests.yml b/.github/workflows/javascript-tests.yml index 7cdc4a7ea..8bf6b37ee 100644 --- a/.github/workflows/javascript-tests.yml +++ b/.github/workflows/javascript-tests.yml @@ -25,7 +25,7 @@ jobs: node-version: 18.9.0 - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-javascript-tests with: diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index bf6eaf264..232338d7b 100644 --- a/.github/workflows/screenshots.yml +++ b/.github/workflows/screenshots.yml @@ -21,7 +21,7 @@ jobs: cache: true - name: Cache node modules - uses: actions/cache@v3 + uses: actions/cache@v4 env: cache-name: cache-node-modules-screenshots with: