We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 36711b9 commit 87abb27Copy full SHA for 87abb27
1 file changed
.github/workflows/ci.yml
@@ -48,7 +48,7 @@ jobs:
48
49
- name: Cache MediaWiki
50
id: cache-mediawiki
51
- uses: actions/cache@v2
+ uses: actions/cache@v4
52
with:
53
path: |
54
mediawiki
@@ -57,12 +57,12 @@ jobs:
57
key: mw_${{ matrix.mw }}-php${{ matrix.php }}-v3
58
59
- name: Cache Composer cache
60
61
62
path: ~/.composer/cache
63
key: composer-php${{ matrix.php }}
64
65
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v4
66
67
path: EarlyCopy
68
@@ -71,7 +71,7 @@ jobs:
71
working-directory: ~
72
run: bash EarlyCopy/.github/workflows/installMediaWiki.sh ${{ matrix.mw }} WikibaseEdtf
73
74
75
76
path: mediawiki/extensions/WikibaseEdtf
77
0 commit comments