Skip to content

Commit fb4e6ee

Browse files
committed
fix git checkout
1 parent 5f3a956 commit fb4e6ee

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/maven-pr-3.0.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,7 @@ jobs:
1818
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
1919
steps:
2020
- uses: actions/checkout@v4
21-
name: git checkout 3.0.0
22-
with:
23-
ref: 3.0.0
21+
name: git checkout
2422
- name: Set up Java
2523
uses: actions/setup-java@v4
2624
with:

0 commit comments

Comments
 (0)