Skip to content

Commit 628f34a

Browse files
authored
Merge pull request #6578 from mozilla/dependabot/github_actions/actions/cache-5.0.4
chore(deps): bump actions/cache from 5.0.3 to 5.0.4
2 parents 5250570 + 87b5ca2 commit 628f34a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/functional_tests_cron.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
5050
- name: Cache Playwright Browsers for Playwright's Version
5151
id: cache-playwright-browsers
52-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
52+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5353
with:
5454
path: ~/.cache/ms-playwright
5555
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

.github/workflows/functional_tests_pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
echo "PLAYWRIGHT_VERSION=$PLAYWRIGHT_VERSION" >> $GITHUB_ENV
5555
- name: Cache Playwright Browsers for Playwright's Version
5656
id: cache-playwright-browsers
57-
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5
57+
uses: actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5
5858
with:
5959
path: ~/.cache/ms-playwright
6060
key: playwright-browsers-${{ env.PLAYWRIGHT_VERSION }}

0 commit comments

Comments
 (0)