Skip to content

Commit

Permalink
Update maven.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
sterlp authored Dec 15, 2023
1 parent 9304ceb commit d4b39ca
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions .github/workflows/maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4

- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "zulu"
Expand Down Expand Up @@ -51,15 +51,14 @@ jobs:
needs: build
if: github.ref == 'refs/heads/master'
steps:
-
name: Import GPG key
- uses: actions/checkout@v4
- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v6
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.PGP_PASSPHRASE }}
-
name: Set up JDK 1.8
uses: actions/setup-java@v3
- name: Set up JDK 1.8
uses: actions/setup-java@v4
with:
java-version: 8
distribution: "zulu"
Expand Down

0 comments on commit d4b39ca

Please sign in to comment.