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 2121
2222 steps :
2323 - name : " Checkout"
24- uses : actions/checkout@v4
24+ uses : actions/checkout@v6
2525
2626 - name : " Set-up PHP"
2727 uses : shivammathur/setup-php@v2
5656
5757 steps :
5858 - name : " Checkout"
59- uses : actions/checkout@v4
59+ uses : actions/checkout@v6
6060
6161 - name : " Create cache dir"
6262 run : mkdir .cache
8585
8686 steps :
8787 - name : Checkout code
88- uses : actions/checkout@v4
88+ uses : actions/checkout@v6
8989 with :
9090 path : ' docs'
9191
Original file line number Diff line number Diff line change @@ -126,7 +126,7 @@ as a starting point for your own GitHub CI configuration:
126126 runs-on : ubuntu-latest
127127 continue-on-error : ${{ matrix.stability == 'dev' }}
128128 steps :
129- - uses : actions/checkout@v5
129+ - uses : actions/checkout@v6
130130
131131 - name : Setup PHP, with composer and extensions
132132 uses : shivammathur/setup-php@v2
Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ Here is a minimal ``.github/workflows/panther.yaml`` file to run Panther tests:
733733 runs-on : ubuntu-latest
734734
735735 steps :
736- - uses : actions/checkout@v4
736+ - uses : actions/checkout@v6
737737 - uses : " ramsey/composer-install@v2"
738738
739739 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments