Skip to content

Commit db6aa08

Browse files
committed
minor #17860 Use actions/cache@v3 (OskarStark)
This PR was merged into the 5.4 branch. Discussion ---------- Use `actions/cache@v3` Commits ------- c88664c Use `actions/cache@v3`
2 parents 40c9f76 + c88664c commit db6aa08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
run: echo "::set-output name=dir::$(composer config cache-files-dir)"
3737

3838
- name: Cache dependencies
39-
uses: actions/cache@v2
39+
uses: actions/cache@v3
4040
with:
4141
path: ${{ steps.composercache.outputs.dir }}
4242
key: ${{ runner.os }}-composer-${{ hashFiles('**/composer.lock') }}
@@ -67,7 +67,7 @@ jobs:
6767
id: extract_base_branch
6868

6969
- name: "Cache DOCtor-RST"
70-
uses: actions/cache@v2
70+
uses: actions/cache@v3
7171
with:
7272
path: .cache
7373
key: ${{ runner.os }}-doctor-rst-${{ steps.extract_base_branch.outputs.branch }}
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Cache dependencies
111111
if: ${{ steps.find-files.outputs.files }}
112-
uses: actions/cache@v2
112+
uses: actions/cache@v3
113113
with:
114114
path: ${{ steps.composercache.outputs.dir }}
115115
key: ${{ runner.os }}-composer-codeBlocks-${{ hashFiles('_checker/composer.lock', '_sf_app/composer.lock') }}

0 commit comments

Comments
 (0)