Skip to content

Commit aa1d104

Browse files
Update actions/checkout action to v6
1 parent 68fbd20 commit aa1d104

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
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- run: |
1919
sudo apt-get install xmlstarlet -yq
20-
- uses: actions/checkout@v4
20+
- uses: actions/checkout@v6
2121
- name: Set up JDK 17
2222
uses: actions/setup-java@v4
2323
with:

0 commit comments

Comments
 (0)