Skip to content

Commit 5755074

Browse files
⬆️ Bump actions/cache from 2 to 3.0.11 (#493)
Bumps [actions/cache](https://github.com/actions/cache) from 2 to 3.0.11. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v2...v3.0.11) --- updated-dependencies: - dependency-name: actions/cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bd5cbb4 commit 5755074

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/codeql.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
languages: javascript
2121
- name: Cache node modules
22-
uses: actions/cache@v2
22+
uses: actions/cache@v3.0.11
2323
env:
2424
cache-name: cache-node-modules
2525
with:

.github/workflows/node.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
node-version: 14
1818
- name: Cache node modules
19-
uses: actions/cache@v2
19+
uses: actions/cache@v3.0.11
2020
env:
2121
cache-name: cache-node-modules
2222
with:

0 commit comments

Comments
 (0)