Skip to content

Commit 0eb9fa5

Browse files
Seb35malberts
authored andcommitted
Upgrade to actions/checkout@v3
No major change except it uses node16 instead of node12. Unfortunately the linked PR actions/checkout#388 is still open, so no improvement possible for now.
1 parent 812a19b commit 0eb9fa5

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
mv composer.phar /usr/local/bin/composer
7070
7171
- name: Checkout Extension
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
with:
7474
path: ${{ env.EXT_NAME }}
7575

76-
# Setting actions/checkout@v2 path to env.MW_EXT_PATH fails with "Repository path '/var/www/html/extensions' is not under ..."
76+
# Setting actions/checkout@v3 path to env.MW_EXT_PATH fails with "Repository path '/var/www/html/extensions' is not under ..."
7777
# See also open PR https://github.com/actions/checkout/pull/388
7878
- name: Move Extension
7979
run: |

.github/workflows/php-8.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,11 +69,11 @@ jobs:
6969
mv composer.phar /usr/local/bin/composer
7070
7171
- name: Checkout Extension
72-
uses: actions/checkout@v2
72+
uses: actions/checkout@v3
7373
with:
7474
path: ${{ env.EXT_NAME }}
7575

76-
# Setting actions/checkout@v2 path to env.MW_EXT_PATH fails with "Repository path '/var/www/html/extensions' is not under ..."
76+
# Setting actions/checkout@v3 path to env.MW_EXT_PATH fails with "Repository path '/var/www/html/extensions' is not under ..."
7777
# See also open PR https://github.com/actions/checkout/pull/388
7878
- name: Move Extension
7979
run: |

.github/workflows/tesa.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
runs-on: ubuntu-latest
1919

2020
steps:
21-
- uses: actions/checkout@v2
21+
- uses: actions/checkout@v3
2222

2323
- name: Setup PHP
2424
uses: shivammathur/setup-php@v2

0 commit comments

Comments
 (0)