Skip to content

Commit a668fac

Browse files
Bump actions/cache from 2.1.6 to 2.1.7 (#54)
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.6 to 2.1.7. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.6...v2.1.7) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7086054 commit a668fac

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
node-version: '14'
3131

3232
- name: Cache node modules
33-
uses: actions/cache@v2.1.6
33+
uses: actions/cache@v2.1.7
3434
env:
3535
cache-name: cache-node-modules
3636
with:
@@ -44,7 +44,7 @@ jobs:
4444
${{ runner.os }}-
4545
4646
- name: Cache arduino-dir
47-
uses: actions/cache@v2.1.6
47+
uses: actions/cache@v2.1.7
4848
env:
4949
cache-name: arduino-dir
5050
with:

0 commit comments

Comments
 (0)