Skip to content

Commit 9f4a6d8

Browse files
authored
Merge pull request #383 from NYU-RTS/dependabot/github_actions/actions/cache-6
Bump actions/cache from 5 to 6
2 parents e0bb332 + 8ef8379 commit 9f4a6d8

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/code-quality.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
run: |
3232
pnpm config set store-dir ~/.pnpm-store
3333
34-
- uses: actions/cache@v5
34+
- uses: actions/cache@v6
3535
name: Setup pnpm cache
3636
with:
3737
path: ~/.pnpm-store

0 commit comments

Comments
 (0)