Skip to content

Commit a0b43ec

Browse files
build(deps): bump actions/checkout from 5.0.0 to 6.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 5.0.0 to 6.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5.0.0...v6.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent aa9eb13 commit a0b43ec

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/auto-merge-dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
egress-policy: audit
1717

18-
- uses: actions/checkout@v5.0.0
18+
- uses: actions/checkout@v6.0.0
1919
with:
2020
fetch-depth: 0
2121

.github/workflows/dependancy-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
egress-policy: audit
1717

1818
- name: 'Checkout Repository'
19-
uses: actions/checkout@v5.0.0
19+
uses: actions/checkout@v6.0.0
2020
with:
2121
fetch-depth: 0
2222

.github/workflows/linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
egress-policy: audit
2323

2424
- name: Checkout Code
25-
uses: actions/checkout@v5.0.0
25+
uses: actions/checkout@v6.0.0
2626
with:
2727
fetch-depth: 0
2828

0 commit comments

Comments
 (0)