Skip to content

Commit

Permalink
Update actions/checkout action v1 -> v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Mar 15, 2024
1 parent 8a159b8 commit d28f405
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
Expand All @@ -43,7 +43,7 @@ jobs:
matrix:
java: [ 8, 11, 17, 21 ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
Expand Down

0 comments on commit d28f405

Please sign in to comment.