Skip to content

Commit d604fdf

Browse files
build(deps): bump actions/cache from 5.0.1 to 5.0.3
Bumps [actions/cache](https://github.com/actions/cache) from 5.0.1 to 5.0.3. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@9255dc7...cdf6c1f) --- updated-dependencies: - dependency-name: actions/cache dependency-version: 5.0.3 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 0f55d6e commit d604fdf

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ui-e2e-tests-v2.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -155,7 +155,7 @@ jobs:
155155
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
156156

157157
- name: Setup pnpm and Next.js cache
158-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
158+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
159159
with:
160160
path: |
161161
${{ env.STORE_PATH }}
@@ -175,7 +175,7 @@ jobs:
175175
run: pnpm run build
176176

177177
- name: Cache Playwright browsers
178-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
178+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
179179
id: playwright-cache
180180
with:
181181
path: ~/.cache/ms-playwright

.github/workflows/ui-e2e-tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
shell: bash
127127
run: echo "STORE_PATH=$(pnpm store path --silent)" >> $GITHUB_ENV
128128
- name: Setup pnpm and Next.js cache
129-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
129+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
130130
with:
131131
path: |
132132
${{ env.STORE_PATH }}
@@ -143,7 +143,7 @@ jobs:
143143
working-directory: ./ui
144144
run: pnpm run build
145145
- name: Cache Playwright browsers
146-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
146+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
147147
id: playwright-cache
148148
with:
149149
path: ~/.cache/ms-playwright

.github/workflows/ui-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464

6565
- name: Setup pnpm and Next.js cache
6666
if: steps.check-changes.outputs.any_changed == 'true'
67-
uses: actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
67+
uses: actions/cache@cdf6c1fa76f9f475f3d7449005a359c84ca0f306 # v5.0.3
6868
with:
6969
path: |
7070
${{ env.STORE_PATH }}

0 commit comments

Comments
 (0)