File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
69
69
mv composer.phar /usr/local/bin/composer
70
70
71
71
- name : Checkout Extension
72
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
73
73
with :
74
74
path : ${{ env.EXT_NAME }}
75
75
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 ..."
77
77
# See also open PR https://github.com/actions/checkout/pull/388
78
78
- name : Move Extension
79
79
run : |
Original file line number Diff line number Diff line change @@ -69,11 +69,11 @@ jobs:
69
69
mv composer.phar /usr/local/bin/composer
70
70
71
71
- name : Checkout Extension
72
- uses : actions/checkout@v2
72
+ uses : actions/checkout@v3
73
73
with :
74
74
path : ${{ env.EXT_NAME }}
75
75
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 ..."
77
77
# See also open PR https://github.com/actions/checkout/pull/388
78
78
- name : Move Extension
79
79
run : |
Original file line number Diff line number Diff line change 18
18
runs-on : ubuntu-latest
19
19
20
20
steps :
21
- - uses : actions/checkout@v2
21
+ - uses : actions/checkout@v3
22
22
23
23
- name : Setup PHP
24
24
uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments