Skip to content

Commit f6d36de

Browse files
ci(deps): bump actions/cache from 5 to 6 (#226)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 798693c commit f6d36de

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/code-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '24'
2323
cache: 'npm'
2424

25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
id: node-modules-cache
2727
with:
2828
path: |

.github/workflows/update-cache.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
node-version: '24'
2323
cache: 'npm'
2424

25-
- uses: actions/cache@v5
25+
- uses: actions/cache@v6
2626
id: node-modules-cache
2727
with:
2828
path: |

0 commit comments

Comments
 (0)