Skip to content

Commit d78fe9b

Browse files
authored
Merge pull request #826 from dgarijo/dependabot/github_actions/develop/actions/checkout-7
Bump actions/checkout from 6 to 7
2 parents 9b38430 + fa57a94 commit d78fe9b

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@v6
22+
- uses: actions/checkout@v7
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)