Skip to content

Commit 87abb27

Browse files
committed
Update GitHub action version
1 parent 36711b9 commit 87abb27

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848

4949
- name: Cache MediaWiki
5050
id: cache-mediawiki
51-
uses: actions/cache@v2
51+
uses: actions/cache@v4
5252
with:
5353
path: |
5454
mediawiki
@@ -57,12 +57,12 @@ jobs:
5757
key: mw_${{ matrix.mw }}-php${{ matrix.php }}-v3
5858

5959
- name: Cache Composer cache
60-
uses: actions/cache@v2
60+
uses: actions/cache@v4
6161
with:
6262
path: ~/.composer/cache
6363
key: composer-php${{ matrix.php }}
6464

65-
- uses: actions/checkout@v2
65+
- uses: actions/checkout@v4
6666
with:
6767
path: EarlyCopy
6868

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

74-
- uses: actions/checkout@v2
74+
- uses: actions/checkout@v4
7575
with:
7676
path: mediawiki/extensions/WikibaseEdtf
7777

0 commit comments

Comments
 (0)