Skip to content

Commit 0fb6dd3

Browse files
authored
Merge pull request #19 from rootlyhq/dependabot/github_actions/master/actions/checkout-6
Bump actions/checkout from 4 to 6
2 parents e5373e9 + dc89f78 commit 0fb6dd3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/maven.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
java: [ 17, 21 ]
2121
steps:
22-
- uses: actions/checkout@v4
22+
- uses: actions/checkout@v6
2323
- name: Set up JDK
2424
uses: actions/setup-java@v4
2525
with:

0 commit comments

Comments
 (0)