Skip to content

Commit 3fc4c2c

Browse files
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](actions/cache@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>
1 parent b948419 commit 3fc4c2c

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
- uses: actions/setup-node@v4
1313
with:
1414
node-version: '20.16.0'
15-
- uses: actions/cache@v3
15+
- uses: actions/cache@v5
1616
with:
1717
path: |
1818
~/.npm
@@ -41,7 +41,7 @@ jobs:
4141
- uses: actions/setup-node@v4
4242
with:
4343
node-version: '20.16.0'
44-
- uses: actions/cache@v3
44+
- uses: actions/cache@v5
4545
with:
4646
path: |
4747
~/.npm

.github/workflows/commitlint.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/setup-node@v4
1212
with:
1313
node-version: '20.16.0'
14-
- uses: actions/cache@v3
14+
- uses: actions/cache@v5
1515
with:
1616
path: |
1717
~/.npm
@@ -34,7 +34,7 @@ jobs:
3434
- uses: actions/setup-node@v4
3535
with:
3636
node-version: '20.16.0'
37-
- uses: actions/cache@v3
37+
- uses: actions/cache@v5
3838
with:
3939
path: |
4040
~/.npm

0 commit comments

Comments
 (0)