Skip to content

Commit

Permalink
build(deps): bump actions/cache from 4.1.2 to 4.2.0 (#141)
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 4.1.2 to 4.2.0.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v4.1.2...v4.2.0)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Doug Chapman <54039637+dougch@users.noreply.github.com>
Co-authored-by: Cameron Bytheway <bytheway.cameron@gmail.com>
  • Loading branch information
3 people authored Jan 15, 2025
1 parent 5afd2c2 commit 0fe3191
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,7 @@ jobs:
crate: cargo-udeps

- name: Cache node_modules
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
continue-on-error: true
with:
path: duvet/www/node_modules
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:
key: ${{ matrix.target }}

- name: Cache node_modules
uses: actions/cache@v4.1.2
uses: actions/cache@v4.2.0
continue-on-error: true
with:
path: duvet/www/node_modules
Expand Down

0 comments on commit 0fe3191

Please sign in to comment.