Skip to content

Commit 5bdfef5

Browse files
authored
Merge pull request #784 from dgarijo/dependabot/github_actions/develop/actions/checkout-6
Bump actions/checkout from 5 to 6
2 parents 7b98683 + e0cdf50 commit 5bdfef5

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
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
jdk: [11, 14, 17]
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
# details https://github.com/actions/setup-java
2424
- name: Set up JDK ${{ matrix.jdk }}
2525
uses: actions/setup-java@v5

0 commit comments

Comments
 (0)