Skip to content

Commit 919e5e1

Browse files
build(deps): bump actions/checkout from 4 to 6
Bumps [actions/checkout](https://github.com/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: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 36f57e7 commit 919e5e1

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
steps:
2828
-
2929
name: Check out the repo
30-
uses: actions/checkout@v4
30+
uses: actions/checkout@v6
3131
-
3232
id: changes
3333
name: Check Diff for Changes

.github/workflows/manual.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
-
2121
name: Check out the repo
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@v6
2323
-
2424
name: Build the Dockerfiles
2525
run: make -j $(nproc)

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
steps:
3131
-
3232
name: Check out the repo
33-
uses: actions/checkout@v4
33+
uses: actions/checkout@v6
3434
-
3535
id: changes
3636
name: Check Diff for Changes

0 commit comments

Comments
 (0)