File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : " Checkout"
12- uses : actions/checkout@v2
12+ uses : actions/checkout@v4
1313 - name : " Install PHP"
1414 uses : shivammathur/setup-php@v2
1515 with :
1616 php-version : " 8.2"
1717 ini-values : memory_limit=-1
1818 tools : composer:v2
1919 - name : " Cache dependencies"
20- uses : actions/cache@v2
20+ uses : actions/cache@v4
2121 with :
2222 path : |
2323 ~/.composer/cache
Original file line number Diff line number Diff line change 2323
2424 steps :
2525 - name : " Checkout"
26- uses : " actions/checkout@v2 "
26+ uses : " actions/checkout@v4 "
2727
2828 - name : " Install PHP"
2929 uses : " shivammathur/setup-php@v2"
3434 tools : composer:v2, cs2pr
3535
3636 - name : " Cache dependencies"
37- uses : " actions/cache@v2 "
37+ uses : " actions/cache@v4 "
3838 with :
3939 path : |
4040 ~/.composer/cache
You can’t perform that action at this time.
0 commit comments