Skip to content

Commit 6444b2e

Browse files
chore(deps): bump actions/cache from 2.1.5 to 2.1.6 (#204)
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]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 211c1cb commit 6444b2e

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
runs-on: ubuntu-20.04
88
steps:
99
- uses: actions/[email protected]
10-
- uses: actions/[email protected].5
10+
- uses: actions/[email protected].6
1111
with:
1212
path: '**/node_modules'
1313
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}
@@ -23,7 +23,7 @@ jobs:
2323
runs-on: ubuntu-20.04
2424
steps:
2525
- uses: actions/[email protected]
26-
- uses: actions/[email protected].5
26+
- uses: actions/[email protected].6
2727
with:
2828
path: '**/node_modules'
2929
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

.github/workflows/pull_request_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-20.04
1010
steps:
1111
- uses: actions/[email protected]
12-
- uses: actions/[email protected].5
12+
- uses: actions/[email protected].6
1313
with:
1414
path: '**/node_modules'
1515
key: ${{ runner.os }}-modules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)