Skip to content

Commit

Permalink
Bump GitHub Actions step versions
Browse files Browse the repository at this point in the history
  • Loading branch information
malberts committed Apr 26, 2024
1 parent 94cd1c2 commit a2f72f5
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
Expand Up @@ -46,7 +46,7 @@ jobs:

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

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

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

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

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

Expand Down

0 comments on commit a2f72f5

Please sign in to comment.