Skip to content

Commit c88664c

Browse files
committed
Use actions/cache@v3
1 parent 40c9f76 commit c88664c

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)