Skip to content

Commit

Permalink
Maybe it will work with updated actions...
Browse files Browse the repository at this point in the history
  • Loading branch information
Riduidel committed Feb 15, 2024
1 parent 678b943 commit e6bd471
Showing 1 changed file with 3 additions and 3 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/ghaction-import-gpg@v5
uses: crazy-max/ghaction-import-gpg@v6.1
with:
gpg_private_key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.MAVEN_GPG_PASSPHRASE }}
Expand All @@ -37,7 +37,7 @@ jobs:
git config --global user.email "aadarchi-releaser-bot@users.noreply.github.com"
git config --global user.name "🤖 Aadarchi releaser bot"
- name: Set up JDK 11
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '11'
distribution: 'adopt'
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@v2.8.0
uses: s4u/maven-settings-action@v3
with:
override: true
githubServer: true
Expand Down

0 comments on commit e6bd471

Please sign in to comment.