Skip to content

Commit 83c12a8

Browse files
[Dependencies]: 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...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 d18db23 commit 83c12a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/oss-scorecared.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
www.bestpractices.dev:443
4545
4646
- name: "Checkout code"
47-
uses: actions/checkout@v5.0.0
47+
uses: actions/checkout@v6.0.0
4848
with:
4949
fetch-depth: 0
5050
fetch-tags: true

.github/workflows/todos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
www.bestpractices.dev:443
3838
3939
- name: "Checkout code"
40-
uses: actions/checkout@v5.0.0
40+
uses: actions/checkout@v6.0.0
4141
with:
4242
fetch-depth: 0
4343
fetch-tags: true

0 commit comments

Comments
 (0)