From 838c1b51c1037ebdc7c1d9972136c4bc4e8ec750 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Mar 2023 19:13:59 -0700 Subject: [PATCH] Update actions/cache action to v3 (#2819) 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/bundle-web.yml | 2 +- .github/workflows/hls-tests.yml | 2 +- .github/workflows/screenshots.yml | 2 +- .github/workflows/test-webapp-build.yaml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/browser-testing.yml b/.github/workflows/browser-testing.yml index dce6a507b..76673e242 100644 --- a/.github/workflows/browser-testing.yml +++ b/.github/workflows/browser-testing.yml @@ -30,7 +30,7 @@ jobs: run: sudo apt-get install google-chrome-stable - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-browser-tests with: diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml index de893e986..4e0595d8d 100644 --- a/.github/workflows/build-storybook.yml +++ b/.github/workflows/build-storybook.yml @@ -15,7 +15,7 @@ jobs: uses: actions/checkout@v3 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-bundle-web-app with: diff --git a/.github/workflows/bundle-web.yml b/.github/workflows/bundle-web.yml index 83b5bd83c..cd062bbb5 100644 --- a/.github/workflows/bundle-web.yml +++ b/.github/workflows/bundle-web.yml @@ -19,7 +19,7 @@ jobs: concurrent_skipping: 'same_content_newer' - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-bundle-web-app with: diff --git a/.github/workflows/hls-tests.yml b/.github/workflows/hls-tests.yml index b0df0e943..a34a7c4c5 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@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-hls-tests with: diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml index fd64d9485..61c1774d5 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@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-screenshots with: diff --git a/.github/workflows/test-webapp-build.yaml b/.github/workflows/test-webapp-build.yaml index 0cb937f5a..70673f329 100644 --- a/.github/workflows/test-webapp-build.yaml +++ b/.github/workflows/test-webapp-build.yaml @@ -32,7 +32,7 @@ jobs: fetch-depth: 0 - name: Cache node modules - uses: actions/cache@v2 + uses: actions/cache@v3 env: cache-name: cache-node-modules-bundle-web-app with: