Skip to content

Commit 19eaa09

Browse files
Merge pull request #28 from opentripplanner/renovate/actions-checkout-6.x
Update actions/checkout action to v6
2 parents 68fbd20 + aa1d104 commit 19eaa09

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.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)