Skip to content

Commit ae71784

Browse files
author
rsora
committed
Bump actions/cache to v2
1 parent dcab980 commit ae71784

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/link-validation.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
architecture: "x64"
4343

4444
- name: Cache dependencies
45-
uses: actions/cache@v1
45+
uses: actions/cache@v2
4646
with:
4747
path: ~/.cache/pip
4848
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/publish-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
architecture: "x64"
7171

7272
- name: Cache dependencies
73-
uses: actions/cache@v1
73+
uses: actions/cache@v2
7474
with:
7575
path: ~/.cache/pip
7676
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

.github/workflows/validate-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
architecture: "x64"
5858

5959
- name: Cache dependencies
60-
uses: actions/cache@v1
60+
uses: actions/cache@v2
6161
with:
6262
path: ~/.cache/pip
6363
key: ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}

0 commit comments

Comments
 (0)