Skip to content

Commit e5135ff

Browse files
dependabot[bot]devpow112
authored andcommitted
build(deps): bump actions/cache from 2.1.5 to 2.1.6
Bumps [actions/cache](https://github.com/actions/cache) from 2.1.5 to 2.1.6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.5...v2.1.6) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1eaf5a9 commit e5135ff

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
node-version: ${{steps.node.outputs.version}}
2626
- name: Set up cache
27-
uses: actions/[email protected].5
27+
uses: actions/[email protected].6
2828
id: cache
2929
with:
3030
path: '**/node_modules'
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
node-version: ${{steps.node.outputs.version}}
5555
- name: Set up cache
56-
uses: actions/[email protected].5
56+
uses: actions/[email protected].6
5757
id: cache
5858
with:
5959
path: '**/node_modules'
@@ -84,7 +84,7 @@ jobs:
8484
with:
8585
node-version: ${{steps.node.outputs.version}}
8686
- name: Set up cache
87-
uses: actions/[email protected].5
87+
uses: actions/[email protected].6
8888
id: cache
8989
with:
9090
path: '**/node_modules'

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
with:
4141
node-version: ${{steps.node.outputs.version}}
4242
- name: Set up cache
43-
uses: actions/[email protected].5
43+
uses: actions/[email protected].6
4444
id: cache
4545
with:
4646
path: '**/node_modules'

0 commit comments

Comments
 (0)