We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f3a956 commit fb4e6eeCopy full SHA for fb4e6ee
1 file changed
.github/workflows/maven-pr-3.0.yml
@@ -18,9 +18,7 @@ jobs:
18
MAVEN_PASSWORD: ${{ secrets.MAVEN_CENTRAL_PASSWORD }}
19
steps:
20
- uses: actions/checkout@v4
21
- name: git checkout 3.0.0
22
- with:
23
- ref: 3.0.0
+ name: git checkout
24
- name: Set up Java
25
uses: actions/setup-java@v4
26
with:
0 commit comments