Skip to content

Commit c258950

Browse files
Merge pull request #90 from permafrost-dev/dependabot/github_actions/actions/cache-3.2.2
Bump actions/cache from 3.2.1 to 3.2.2
2 parents 0d8cd09 + 0e8b4b5 commit c258950

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
run: echo "::set-output name=dir::$(npm config get cache)"
3333

3434
- name: Cache dependencies
35-
uses: actions/cache@v3.2.1
35+
uses: actions/cache@v3.2.2
3636
id: npm-cache
3737
with:
3838
path: ${{ steps.npm-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)