Skip to content

Commit 1a92e46

Browse files
committed
minor symfony#14579 Enhancement: Use actions/cache v2 (OskarStark)
This PR was merged into the 4.4 branch. Discussion ---------- Enhancement: Use actions/cache v2 cc @smoench <!-- If your pull request fixes a BUG, use the oldest maintained branch that contains the bug (see https://symfony.com/releases for the list of maintained branches). If your pull request documents a NEW FEATURE, use the same Symfony branch where the feature was introduced (and `5.x` for features of unreleased versions). --> Commits ------- 92477a8 Enhancement: Use actions/cache v2
2 parents 56c4d66 + 92477a8 commit 1a92e46

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
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)