Skip to content

Commit f2a64fa

Browse files
Merge pull request #99 from permafrost-dev/dependabot/github_actions/actions/cache-3.2.6
Bump actions/cache from 3.2.5 to 3.2.6
2 parents 8d24f59 + 59e782d commit f2a64fa

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.5
35+
uses: actions/cache@v3.2.6
3636
id: npm-cache
3737
with:
3838
path: ${{ steps.npm-cache-dir-path.outputs.dir }}

0 commit comments

Comments
 (0)