Skip to content

Commit 551e60f

Browse files
Bump actions/checkout from 4.2.2 to 5.0.0
Bumps [actions/checkout](https://github.com/actions/checkout) from 4.2.2 to 5.0.0. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4.2.2...v5.0.0) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 5.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 34f26fc commit 551e60f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
-
1515
name: Checkout
16-
uses: actions/checkout@v4.2.2
16+
uses: actions/checkout@v5.0.0
1717
-
1818
name: Build
1919
id: docker_build

.github/workflows/gyb_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
echo -e "tag: $tag\nrevision: $rev\nisLatest: $islatest"
3535
-
3636
name: Checkout
37-
uses: actions/checkout@v4.2.2
37+
uses: actions/checkout@v5.0.0
3838
-
3939
name: Build a single platform for testing
4040
uses: docker/build-push-action@v6

0 commit comments

Comments
 (0)