Skip to content

Commit 2bc2585

Browse files
authored
Merge pull request #28 from cbomkit/dependabot/github_actions/main/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 43db22a + ebe78ba commit 2bc2585

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
- 5432:5432
4141
steps:
4242
- name: Checkout repository
43-
uses: actions/checkout@v5
43+
uses: actions/checkout@v6
4444
- name: Set up JDK 21
4545
uses: actions/setup-java@v5
4646
with:

0 commit comments

Comments
 (0)