File tree Expand file tree Collapse file tree 1 file changed +3
-5
lines changed
Expand file tree Collapse file tree 1 file changed +3
-5
lines changed Original file line number Diff line number Diff line change 4848 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Checkout code
51- uses : actions/checkout@v3
51+ uses : actions/checkout@v4
5252 with :
5353 repository : ' LycheeOrg/Lychee'
5454
7979 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8080
8181 - name : Checkout code
82- uses : actions/checkout@v3
82+ uses : actions/checkout@v4
8383 with :
8484 repository : ' LycheeOrg/php-exif'
8585
9090 run : vendor/bin/phpstan analyze
9191
9292 execute_nested_sets :
93- if : ${{ false }} # disable for now
9493 name : 1️⃣ PHP - Nested sets
9594 runs-on : ubuntu-latest
9695 needs :
@@ -111,10 +110,9 @@ jobs:
111110 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
112111
113112 - name : Checkout code
114- uses : actions/checkout@v3
113+ uses : actions/checkout@v4
115114 with :
116115 repository : ' LycheeOrg/laravel-nestedset'
117- ref : ' enable-phpstan'
118116
119117 - name : Fix composer.json
120118 run : |
You can’t perform that action at this time.
0 commit comments