File tree Expand file tree Collapse file tree 4 files changed +6
-6
lines changed
Expand file tree Collapse file tree 4 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 2727
2828 steps :
2929 - name : " Checkout"
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131 with :
3232 fetch-depth : 2
3333
8080
8181 steps :
8282 - name : " Checkout"
83- uses : actions/checkout@v5
83+ uses : actions/checkout@v6
8484 with :
8585 fetch-depth : 2
8686
@@ -113,7 +113,7 @@ jobs:
113113
114114 steps :
115115 - name : " Checkout"
116- uses : actions/checkout@v5
116+ uses : actions/checkout@v6
117117 with :
118118 fetch-depth : 2
119119
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : " Checkout"
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : " Install PHP"
2525 uses : " shivammathur/setup-php@v2"
Original file line number Diff line number Diff line change 1515 CLICKHOUSE_VERSION : " 22.10"
1616
1717 steps :
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919
2020 - name : Build the docker compose stack
2121 run : docker compose -f tests/docker-compose.yaml up -d
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : " Checkout code"
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : " Install PHP"
2525 uses : " shivammathur/setup-php@v2"
You can’t perform that action at this time.
0 commit comments