Skip to content

Commit f4991a6

Browse files
build(deps): update actions/cache requirement to v2.1.5
Updates the requirements on [actions/cache](https://github.com/actions/cache) to permit the latest version. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/commits/1a9e2138d905efd099035b49d8b7a3888c653ca8) Signed-off-by: dependabot[bot] <[email protected]>
1 parent e2b4350 commit f4991a6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/blog.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# submodules: true # Fetch Hugo themes (true OR recursive)
1717
fetch-depth: 3
1818
- name: Cache Conda
19-
uses: actions/cache@v1
19+
uses: actions/cache@v2.1.5
2020
with:
2121
path: ~/conda_pkgs_dir
2222
key: ${{ runner.os }}-conda6-${{ hashFiles('environment.yml') }}
@@ -42,7 +42,7 @@ jobs:
4242
run: |
4343
Rscript ./dependencies.R
4444
- name: Restore Blogdown Cache
45-
uses: actions/cache@v2
45+
uses: actions/cache@v2.1.5
4646
with:
4747
path: |
4848
./blogdown
@@ -65,7 +65,7 @@ jobs:
6565
- uses: actions/setup-node@v1
6666
with:
6767
node-version: "12"
68-
- uses: actions/cache@v2
68+
- uses: actions/cache@v2.1.5
6969
with:
7070
path: ~/.npm
7171
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
- uses: actions/[email protected]
1515
with:
1616
node-version: "14"
17-
- uses: actions/cache@v2
17+
- uses: actions/cache@v2.1.5
1818
with:
1919
path: ~/.npm
2020
key: ${{ runner.os }}-node3-${{ hashFiles('**/package-lock.json') }}

.github/workflows/release_main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
node-version: "14"
4949
- name: Cache Node.js modules
50-
uses: actions/cache@v2
50+
uses: actions/cache@v2.1.5
5151
with:
5252
path: ~/.npm # npm cache files are stored in `~/.npm` on Linux/macOS
5353
key: ${{ runner.OS }}-node2-${{ hashFiles('**/package-lock.json') }}

0 commit comments

Comments
 (0)