Skip to content

Commit

Permalink
Merge pull request #5543 from alphagov/dependabot/github_actions/dot-…
Browse files Browse the repository at this point in the history
…github/workflows/actions/install-node/actions/cache-4.2.0

Bump actions/cache from 4.1.2 to 4.2.0 in /.github/workflows/actions/install-node
  • Loading branch information
querkmachine authored Dec 9, 2024
2 parents 237604e + d156c6f commit 6c9db27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/install-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ runs:

steps:
- name: Cache dependencies
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
id: npm-install-cache

with:
Expand Down

0 comments on commit 6c9db27

Please sign in to comment.