File tree Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Expand file tree Collapse file tree 8 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1414 js :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818
1919 - name : Check JS Code
2020 run : make check-js-code
Original file line number Diff line number Diff line change 3434 ports :
3535 - " 3306:3306"
3636 steps :
37- - uses : actions/checkout@v4
37+ - uses : actions/checkout@v5
3838
3939 - name : Setup PHP
4040 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3030
3131 steps :
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v5
3434 with :
3535 fetch-depth : 2
3636
Original file line number Diff line number Diff line change 3939 shell : bash
4040
4141 - name : Clone
42- uses : actions/checkout@v4
42+ uses : actions/checkout@v5
4343
4444 - name : Set current date as env variable
4545 run : echo "REVISION=$(git log -1 --format="%at" | xargs -I{} date -d @{} +'%Y%m%d%H%M')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 2929 shell : bash
3030
3131 - name : Clone
32- uses : actions/checkout@v4
32+ uses : actions/checkout@v5
3333
3434 - name : Set current date as env variable
3535 run : echo "REVISION=$(git log -1 --format="%at" | xargs -I{} date -d @{} +'%Y%m%d%H%M')" >> $GITHUB_ENV
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Clone
15- uses : actions/checkout@v4
15+ uses : actions/checkout@v5
1616
1717 - name : Danger
1818 uses : docker://ghcr.io/shyim/danger-php:latest
Original file line number Diff line number Diff line change 5151 ports :
5252 - " 1025:1025"
5353 steps :
54- - uses : actions/checkout@v4
54+ - uses : actions/checkout@v5
5555
5656 - name : Setup PHP
5757 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 3838 - ' 8.3'
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v5
4242 - name : Setup PHP
4343 uses : shivammathur/setup-php@v2
4444 with :
8585 - " 3306:3306"
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 - name : Setup PHP
9090 uses : shivammathur/setup-php@v2
9191 with :
@@ -125,7 +125,7 @@ jobs:
125125 ports :
126126 - " 3306:3306"
127127 steps :
128- - uses : actions/checkout@v4
128+ - uses : actions/checkout@v5
129129 - name : Setup PHP
130130 uses : shivammathur/setup-php@v2
131131 with :
@@ -172,7 +172,7 @@ jobs:
172172 ports :
173173 - " 3306:3306"
174174 steps :
175- - uses : actions/checkout@v4
175+ - uses : actions/checkout@v5
176176 - name : Get Composer Cache Directory
177177 id : composer-cache
178178 run : |
You can’t perform that action at this time.
0 commit comments