Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

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

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

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

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

- uses: actions/checkout@v2
- uses: actions/checkout@v4
with:
path: mediawiki/extensions/WikibaseEdtf

Expand Down