Skip to content

Commit 74f27f2

Browse files
authored
Merge pull request #6905 from alphagov/dependabot/github_actions/actions/cache-5.0.4
Bump actions/cache from 5.0.3 to 5.0.4
2 parents db3dc5a + c052a56 commit 74f27f2

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/screenshots.yml

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

8282
- name: Cache browser download
8383
if: steps.changes.outputs.relevant_changes == 'true'
84-
uses: actions/cache@v5.0.3
84+
uses: actions/cache@v5.0.4
8585
with:
8686
# Use faster GNU tar for all runners
8787
enableCrossOsArchive: true

.github/workflows/stats-comment.yml

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

2020
steps:
2121
- name: Cache stats
22-
uses: actions/cache@v5.0.3
22+
uses: actions/cache@v5.0.4
2323
id: stats-cache
2424
with:
2525
# Restore build cache, unless commit SHA or base ref changes

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Cache linter
127127
if: ${{ matrix.task.cache }}
128-
uses: actions/cache@v5.0.3
128+
uses: actions/cache@v5.0.4
129129
with:
130130
# Use faster GNU tar for all runners
131131
enableCrossOsArchive: true
@@ -205,7 +205,7 @@ jobs:
205205

206206
- name: Cache task
207207
if: ${{ matrix.task.cache }}
208-
uses: actions/cache@v5.0.3
208+
uses: actions/cache@v5.0.4
209209
with:
210210
# Use faster GNU tar for all runners
211211
enableCrossOsArchive: true

0 commit comments

Comments
 (0)