Skip to content

Commit b0102e9

Browse files
authored
Merge pull request #831 from NHSDigital/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 9f6e067 + 8580e1a commit b0102e9

File tree

5 files changed

+5
-5
lines changed

5 files changed

+5
-5
lines changed

.github/workflows/accessibility.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
- uses: actions/checkout@v6
107107

108108
- name: Cache Playwright browsers
109-
uses: actions/cache@v4
109+
uses: actions/cache@v5
110110
id: playwright-cache
111111
with:
112112
path: /home/runner/.cache/ms-playwright

.github/workflows/functional.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
- uses: actions/checkout@v6
3434

3535
- name: Cache Playwright browsers
36-
uses: actions/cache@v4
36+
uses: actions/cache@v5
3737
id: playwright-cache
3838
with:
3939
path: /home/runner/.cache/ms-playwright

.github/workflows/functional_selected_device.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -208,7 +208,7 @@ jobs:
208208
ref: ${{ inputs.github_ref || github.head_ref }}
209209

210210
- name: Cache Playwright browsers
211-
uses: actions/cache@v4
211+
uses: actions/cache@v5
212212
id: playwright-cache
213213
with:
214214
path: /home/runner/.cache/ms-playwright

.github/workflows/performance-e2e.yaml

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

7171
- name: Cache jmeter
7272
id: cache-jmeter
73-
uses: actions/cache@v4
73+
uses: actions/cache@v5
7474
env:
7575
cache-name: cache-jmeter
7676
with:

.github/workflows/performance.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
aws-region: eu-west-2
9292
- name: Cache base jmeter image
9393
id: jmeter-base
94-
uses: actions/cache@v4
94+
uses: actions/cache@v5
9595
env:
9696
cache-name: cache-jmeter
9797
with:

0 commit comments

Comments
 (0)