File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
1818 - " 8.1"
1919
2020 steps :
21- - uses : " actions/checkout@v3 "
21+ - uses : " actions/checkout@v4 "
2222 - uses : " shivammathur/setup-php@v2"
2323 with :
2424 php-version : ${{ matrix.php-version }}
2525
2626 - name : Cache Composer packages
2727 id : composer-cache
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : vendor
3131 key : php-outdated
4747 - " 8.4"
4848
4949 steps :
50- - uses : " actions/checkout@v3 "
50+ - uses : " actions/checkout@v4 "
5151 - uses : " shivammathur/setup-php@v2"
5252 with :
5353 php-version : ${{ matrix.php-version }}
5757
5858 - name : Cache Composer packages
5959 id : composer-cache
60- uses : actions/cache@v3
60+ uses : actions/cache@v4
6161 with :
6262 path : vendor
6363 key : php-${{ matrix.php-version }}
You can’t perform that action at this time.
0 commit comments