Skip to content

Commit

Permalink
Update CI action versions
Browse files Browse the repository at this point in the history
malberts authored Jan 26, 2023

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
1 parent 4e12c68 commit f71cb72
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
@@ -61,7 +61,7 @@ jobs:

- name: Cache MediaWiki
id: cache-mediawiki
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: |
mediawiki
@@ -70,12 +70,12 @@ jobs:
key: mw_${{ matrix.mw }}-php${{ matrix.php }}-v20

- name: Cache Composer cache
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.composer/cache
key: composer-php${{ matrix.php }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: EarlyCopy

@@ -84,7 +84,7 @@ jobs:
working-directory: ~
run: bash EarlyCopy/.github/workflows/installWiki.sh ${{ matrix.mw }}

- uses: actions/checkout@v2
- uses: actions/checkout@v3
with:
path: mediawiki/skins/chameleon

0 comments on commit f71cb72

Please sign in to comment.