Skip to content

Commit 92477a8

Browse files
committed
Enhancement: Use actions/cache v2
cc @smoench
1 parent 56c4d66 commit 92477a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
id: extract_base_branch
9999

100100
- name: "Cache DOCtor-RST"
101-
uses: actions/cache@v1
101+
uses: actions/cache@v2
102102
with:
103103
path: .cache
104104
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}

0 commit comments

Comments
 (0)