We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a086036 commit c7aacf1Copy full SHA for c7aacf1
1 file changed
.github/workflows/release-thin.yml
@@ -25,10 +25,10 @@ jobs:
25
gpg-private-key: ${{ secrets.GPG_PRIVATE_KEY }}
26
gpg-passphrase: GPG_PASSPHRASE
27
28
- - name: Set up Maven 3.9.9
29
- uses: stCarolas/setup-maven@v1
+ - name: Set up Maven 3.9.8
+ uses: s4u/setup-maven-action@v1.14.0
30
with:
31
- maven-version: '3.9.9'
+ maven-version: '3.9.8'
32
33
- name: Configure GPG
34
run: |
0 commit comments