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 4646 if : matrix.db-type == 'pgsql' && matrix.php-version == '8.1'
4747 run : docker run --rm --name=postgres -e POSTGRES_PASSWORD=postgres -e POSTGRES_DB=cakephp -p 5432:5432 -d postgres:9.4
4848
49- - uses : actions/checkout@v5
49+ - uses : actions/checkout@v6
5050
5151 - name : Setup PHP
5252 uses : shivammathur/setup-php@v2
@@ -126,7 +126,7 @@ jobs:
126126 PHP_VERSION : ' 8.1'
127127
128128 steps :
129- - uses : actions/checkout@v5
129+ - uses : actions/checkout@v6
130130
131131 - name : Get date part for cache key
132132 id : key-date
@@ -192,7 +192,7 @@ jobs:
192192 runs-on : ubuntu-22.04
193193
194194 steps :
195- - uses : actions/checkout@v5
195+ - uses : actions/checkout@v6
196196
197197 - name : Setup PHP
198198 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change 1717 runs-on : ubuntu-latest
1818 steps :
1919 - name : Cloning repo
20- uses : actions/checkout@v5
20+ uses : actions/checkout@v6
2121 with :
2222 fetch-depth : 0
2323 ref : ${{ github.event.inputs.branch }}
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout code
13- uses : actions/checkout@v5
13+ uses : actions/checkout@v6
1414
1515 - name : Setup PHP
1616 uses : shivammathur/setup-php@v2
You can’t perform that action at this time.
0 commit comments