Skip to content
This repository was archived by the owner on Apr 26, 2024. It is now read-only.

Commit 055e15b

Browse files
dependabot[bot]benhalverson
authored andcommitted
build(deps): 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] <support@github.com>
1 parent 0e2bab0 commit 055e15b

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/gatsby.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- uses: actions/checkout@v2
1010

11-
- uses: actions/cache@v2.1.4
11+
- uses: actions/cache@v2.1.5
1212
with:
1313
path: ~/.npm
1414
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414

1515
- uses: actions/setup-node@v2.1.5
1616

17-
- uses: actions/cache@v2.1.4
17+
- uses: actions/cache@v2.1.5
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)