Skip to content

Commit

Permalink
Merge pull request #5379 from alphagov/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/cache-4.1.0

Bump actions/cache from 4.0.2 to 4.1.0
  • Loading branch information
romaricpascal authored Oct 8, 2024
2 parents 1dbca3a + 256e1b8 commit 818e9ef
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/screenshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
uses: ./.github/workflows/actions/install-node

- name: Cache browser download
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
# Use faster GNU tar for all runners
enableCrossOsArchive: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,7 +113,7 @@ jobs:

- name: Cache linter
if: ${{ matrix.task.cache }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
# Use faster GNU tar for all runners
enableCrossOsArchive: true
Expand Down Expand Up @@ -185,7 +185,7 @@ jobs:

- name: Cache task
if: ${{ matrix.task.cache }}
uses: actions/cache@v4.0.2
uses: actions/cache@v4.1.0
with:
# Use faster GNU tar for all runners
enableCrossOsArchive: true
Expand Down

0 comments on commit 818e9ef

Please sign in to comment.