Skip to content

Commit 6242590

Browse files
authored
Merge pull request #9
* Upgrade checkout action to v4 in workflow
1 parent dfea56b commit 6242590

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ runs:
4646
key: composer-php${{ inputs.php }}
4747

4848
- name: Download Mediawiki
49-
uses: actions/checkout@v2
49+
uses: actions/checkout@v4
5050
with:
5151
path: mediawiki
5252
repository: wikimedia/mediawiki
@@ -56,7 +56,7 @@ runs:
5656
run: bash $GITHUB_ACTION_PATH/install.sh ${{ inputs.extension }} ${{ inputs.type }} ${{ inputs.use_mysql }} ${{ inputs.extra_file }}
5757
shell: bash
5858

59-
- uses: actions/checkout@v2
59+
- uses: actions/checkout@v4
6060
with:
6161
path: mediawiki/${{ inputs.type }}s/${{ inputs.extension }}
6262

0 commit comments

Comments
 (0)