Skip to content

Commit 463408d

Browse files
authored
Merge pull request #50 from awbn/dependabot/github_actions/actions/checkout-5.0.0
Bump actions/checkout from 4.2.2 to 5.0.0
2 parents 34f26fc + 551e60f commit 463408d

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)