6
0
Fork 0
mirror of https://github.com/wagoid/commitlint-github-action.git synced 2025-12-27 04:58:18 +00:00

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

Bumps [actions/cache](https://github.com/actions/cache) from 3 to 5.
- [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...v5)

---
updated-dependencies:
- dependency-name: actions/cache
  dependency-version: '5'
  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] 2025-12-15 02:01:03 +00:00 committed by GitHub
parent b948419dd9
commit 3fc4c2cf7b
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@v4
with:
node-version: '20.16.0'
- uses: actions/cache@v3
- uses: actions/cache@v5
with:
path: |
~/.npm
@ -41,7 +41,7 @@ jobs:
- uses: actions/setup-node@v4
with:
node-version: '20.16.0'
- uses: actions/cache@v3
- uses: actions/cache@v5
with:
path: |
~/.npm

View file

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