Skip to content

Commit dc6eea9

Browse files
authored
Merge pull request #2500 from beautifier/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents a76b418 + c74f6ca commit dc6eea9

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
with:
3737
python-version: ${{ matrix.python-version }}
3838
- name: Cached node_modules
39-
uses: actions/cache@v5
39+
uses: actions/cache@v6
4040
with:
4141
path: node_modules
4242
key: ${{ runner.os }}-node-${{ hashFiles('**/package*.json') }}

0 commit comments

Comments
 (0)