Skip to content

Commit 0fcc2d7

Browse files
Bump the actions-deps group with 2 updates
Bumps the actions-deps group with 2 updates: [styfle/cancel-workflow-action](https://github.com/styfle/cancel-workflow-action) and [actions/checkout](https://github.com/actions/checkout). Updates `styfle/cancel-workflow-action` from 0.11.0 to 0.12.1 - [Release notes](https://github.com/styfle/cancel-workflow-action/releases) - [Commits](styfle/cancel-workflow-action@0.11.0...0.12.1) Updates `actions/checkout` from 4 to 6 - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v6) --- updated-dependencies: - dependency-name: styfle/cancel-workflow-action dependency-version: 0.12.1 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-deps - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-deps ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3a08b70 commit 0fcc2d7

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)