Browse Source

Update actions/cache action to v3 (#2819)

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
pull/2826/head
renovate[bot] 2 years ago committed by GitHub
parent
commit
838c1b51c1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      .github/workflows/browser-testing.yml
  2. 2
      .github/workflows/build-storybook.yml
  3. 2
      .github/workflows/bundle-web.yml
  4. 2
      .github/workflows/hls-tests.yml
  5. 2
      .github/workflows/screenshots.yml
  6. 2
      .github/workflows/test-webapp-build.yaml

2
.github/workflows/browser-testing.yml

@ -30,7 +30,7 @@ jobs: @@ -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:

2
.github/workflows/build-storybook.yml

@ -15,7 +15,7 @@ jobs: @@ -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:

2
.github/workflows/bundle-web.yml

@ -19,7 +19,7 @@ jobs: @@ -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:

2
.github/workflows/hls-tests.yml

@ -31,7 +31,7 @@ jobs: @@ -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:

2
.github/workflows/screenshots.yml

@ -21,7 +21,7 @@ jobs: @@ -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:

2
.github/workflows/test-webapp-build.yaml

@ -32,7 +32,7 @@ jobs: @@ -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:

Loading…
Cancel
Save