Skip to content

Commit

Permalink
use non-hash version v4 for github action/checkout
Browse files Browse the repository at this point in the history
  • Loading branch information
t1 committed Nov 3, 2023
1 parent 0de9278 commit 1076862
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 @@ -10,7 +10,7 @@ jobs:
jdk: [ 11, 17 ]

steps:
- uses: actions/checkout@3df4ab11eba7bda6032a0b82a6bb43b11571feac # v4
- uses: actions/checkout@v4
- uses: actions/setup-java@v3
with:
java-version: ${{matrix.jdk}}
Expand Down

0 comments on commit 1076862

Please sign in to comment.