Skip to content

Commit

Permalink
I think version management in github actions sould be handled by depe…
Browse files Browse the repository at this point in the history
…ndabot, it's such a mess!
  • Loading branch information
Riduidel committed Feb 15, 2024
1 parent e6bd471 commit aa6384c
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
fetch-depth: '0'
- name: Import GPG key
id: import_gpg
uses: crazy-max/[email protected]
uses: crazy-max/[email protected].0
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand All @@ -46,7 +46,7 @@ jobs:
server-username: ${{ secrets.OSS_SONATYPE_USERNAME }}
server-password: ${{ secrets.OSS_SONATYPE_PASSWORD }}
- name: Do not forget to configure Maven Settings!
uses: s4u/maven-settings-action@v3
uses: s4u/maven-settings-action@v3.0.0
with:
override: true
githubServer: true
Expand Down

0 comments on commit aa6384c

Please sign in to comment.