Skip to content

Commit

Permalink
Update checkout actions
Browse files Browse the repository at this point in the history
  • Loading branch information
persapiens authored Jan 30, 2024
1 parent 2ffbf8d commit ef1deeb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
java: [17,21]

steps:
- uses: actions/checkout@v4
- uses: actions/checkout@v4.1.1

- name: Set up JDK ${{ matrix.java }}
if: ${{ matrix.java == 17 }}
Expand Down

0 comments on commit ef1deeb

Please sign in to comment.