Skip to content

Commit 32021cf

Browse files
authored
Merge pull request #244 from NYU-RTS/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents 8ee6ab4 + 365fd4b commit 32021cf

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@v4
34+
- uses: actions/cache@v5
3535
name: Setup pnpm cache
3636
with:
3737
path: ~/.pnpm-store

0 commit comments

Comments
 (0)