Skip to content

Commit

Permalink
chore(deps): Bump actions/cache from 3.3.1 to 4.0.2
Browse files Browse the repository at this point in the history
Bumps [actions/cache](https://github.com/actions/cache) from 3.3.1 to 4.0.2.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](actions/cache@v3.3.1...v4.0.2)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] committed Mar 20, 2024
1 parent a9ac784 commit 9649cc2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci-mutation-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/cache@v3.3.1
- uses: actions/cache@v4.0.2
id: cache
with:
path: ~/.npm
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
git config --global core.autocrlf false
git config --global core.eol lf
- uses: actions/checkout@v4
- uses: actions/cache@v3.3.1
- uses: actions/cache@v4.0.2
id: cache
if: matrix.os != 'windows-latest'
with:
Expand All @@ -48,7 +48,7 @@ jobs:
if: matrix.os == 'windows-latest'
run: |
echo "::set-output name=dir::$(npm config get cache)"
- uses: actions/cache@v3.3.1
- uses: actions/cache@v4.0.2
if: matrix.os == 'windows-latest'
with:
path: ${{ steps.npm-cache.outputs.dir }}
Expand Down

0 comments on commit 9649cc2

Please sign in to comment.