summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2023-03-14 02:06:33 +0000
committerGitHub <noreply@github.com>2023-03-14 02:06:33 +0000
commit21b840c394b17fe2695afa16e028a409acab89c1 (patch)
treefa4816f35ce1d33b32b1f58a08aad37fa63703bc
parente0a708b2b4d2afaaa90e5d9c99970e4a8c19667d (diff)
Update actions/cache action to v3renovate/actions-cache-3.x
-rw-r--r--.github/workflows/browser-testing.yml2
-rw-r--r--.github/workflows/build-storybook.yml2
-rw-r--r--.github/workflows/bundle-web.yml2
-rw-r--r--.github/workflows/hls-tests.yml2
-rw-r--r--.github/workflows/screenshots.yml2
-rw-r--r--.github/workflows/test-webapp-build.yaml2
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: