Skip to content

Commit ca503b7

Browse files
Bump the actions-deps group with 2 updates (#27)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 3a08b70 commit ca503b7

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-impact.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
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

@@ -48,7 +48,7 @@ jobs:
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

@@ -79,7 +79,7 @@ jobs:
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

0 commit comments

Comments
 (0)