Skip to content

Commit 592069b

Browse files
committed
Merge branch '5.2' into 5.x
* 5.2: Enhancement: Use actions/cache v2
2 parents 7210917 + fbea709 commit 592069b

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)