Skip to content

Commit b65aab9

Browse files
authored
Merge pull request #34 from dvare/renovate/actions-checkout-4.x
Update actions/checkout action to v4
2 parents cb810bd + d6380df commit b65aab9

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
@@ -13,7 +13,7 @@ jobs:
1313
matrix:
1414
java: [ 11 ]
1515
steps:
16-
- uses: actions/checkout@v3
16+
- uses: actions/checkout@v4
1717
- name: Setup java
1818
uses: actions/setup-java@v4
1919
with:

0 commit comments

Comments
 (0)