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 2323 if : (github.event_name == 'push' || github.event.pull_request.head.repo.full_name != github.repository)
2424 steps :
2525 - name : Cancel Previous Runs
26- uses : styfle/cancel-workflow-action@0.11.0
26+ uses : styfle/cancel-workflow-action@0.12.1
2727 with :
2828 access_token : ${{ github.token }}
2929
4848 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
4949
5050 - name : Checkout code
51- uses : actions/checkout@v4
51+ uses : actions/checkout@v6
5252 with :
5353 repository : ' LycheeOrg/Lychee'
5454
7979 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
8080
8181 - name : Checkout code
82- uses : actions/checkout@v4
82+ uses : actions/checkout@v6
8383 with :
8484 repository : ' LycheeOrg/php-exif'
8585
@@ -110,7 +110,7 @@ jobs:
110110 COMPOSER_TOKEN : ${{ secrets.GITHUB_TOKEN }}
111111
112112 - name : Checkout code
113- uses : actions/checkout@v4
113+ uses : actions/checkout@v6
114114 with :
115115 repository : ' LycheeOrg/laravel-nestedset'
116116
You can’t perform that action at this time.
0 commit comments