5
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-11-07 16:06:56 +00:00

chore(deps): bump actions/cache from 3 to 4

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 4.
- [Release notes](https://github.com/actions/cache/releases)
- [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md)
- [Commits](https://github.com/actions/cache/compare/v3...v4)

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

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot] 2024-04-01 11:58:04 +00:00 committed by GitHub
parent 22e654bdab
commit 7693536e36
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 4 additions and 4 deletions

View file

@ -12,7 +12,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.npm
@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.npm

View file

@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.npm
@ -34,7 +34,7 @@ jobs:
- uses: actions/setup-node@v3
with:
node-version: '20.9.0'
- uses: actions/cache@v3
- uses: actions/cache@v4
with:
path: |
~/.npm