Skip to content

Commit 59e782d

Browse files
Bump actions/cache from 3.2.5 to 3.2.6
Bumps [actions/cache](https://github.com/actions/cache) from 3.2.5 to 3.2.6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v3.2.5...v3.2.6) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 8d24f59 commit 59e782d

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)