Skip to content

Commit 9544426

Browse files
authored
Merge pull request #255 from c-rack/dependabot/github_actions/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents a97647e + 6559f1a commit 9544426

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fail-fast: false
1212
name: JDK ${{ matrix.java }}
1313
steps:
14-
- uses: actions/checkout@v5
14+
- uses: actions/checkout@v6
1515
- uses: actions/setup-java@v5
1616
with:
1717
distribution: temurin

0 commit comments

Comments
 (0)