Skip to content

Commit bf029e9

Browse files
authored
Merge pull request #1523 from maxmind/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 5b5bf1d + 5b362b2 commit bf029e9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
node-version-file: '.nvmrc'
4545

4646
- name: Get cached dependencies
47-
uses: actions/cache@v4
47+
uses: actions/cache@v5
4848
with:
4949
path: |
5050
node_modules

0 commit comments

Comments
 (0)