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 60a40c1 commit 404c980
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, 14 ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand All @@ -42,7 +42,7 @@ jobs:
matrix:
java: [ 8, 11, 14 ]
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 404c980

Please sign in to comment.