Skip to content

Commit 595d48a

Browse files
dependabot[bot]codingjoe
authored andcommitted
Bump actions/cache from v2.1.4 to v2.1.5
Bumps [actions/cache](https://github.com/actions/cache) from v2.1.4 to v2.1.5. - [Release notes](https://github.com/actions/cache/releases) - [Commits](actions/cache@v2.1.4...1a9e213) Signed-off-by: dependabot[bot] <[email protected]>
1 parent 1535b70 commit 595d48a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
node-version: '14.x'
2626
- uses: actions/checkout@v2
2727
- id: cache-npm
28-
uses: actions/[email protected].4
28+
uses: actions/[email protected].5
2929
with:
3030
path: ~/.npm
3131
key: ${{ runner.os }}-node-${{ hashFiles('package-lock.json') }}
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/setup-python@v2
5050
- uses: actions/checkout@v2
51-
- uses: actions/[email protected].4
51+
- uses: actions/[email protected].5
5252
with:
5353
path: ~/.cache/pip
5454
key: ${{ runner.os }}-pip-${{ hashFiles('linter-requirements.txt') }}

0 commit comments

Comments
 (0)