Skip to content

Commit

Permalink
Update deploy.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
DjThunder authored Dec 12, 2023
1 parent 0d38d4d commit 7d9466a
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,12 +19,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.1.1
with:
fetch-depth: 0

- name: Cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('pom.xml') }}
Expand All @@ -35,7 +35,7 @@ jobs:
maven-version: 3.9.6

- name: Set JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4.0.0
with:
java-version: |
17
Expand All @@ -50,7 +50,7 @@ jobs:
run: cat ~/.m2/settings.xml | echo "<settings><servers><server><id>ossrh</id><username>"${{ secrets.MAVEN_USERNAME }}"</username><password>"${{ secrets.MAVEN_PASSWORD }}"</password></server></servers><mirrors><mirror><id>maven-default-http-blocker</id><mirrorOf>external:dont-match-anything-mate:*</mirrorOf><name>Pseudo repo.</name><url>http://0.0.0.0/</url><blocked>false</blocked></mirror></mirrors></settings>" > ~/.m2/settings.xml

- name: Import GPG key
uses: crazy-max/ghaction-import-gpg@v5.2.0
uses: crazy-max/ghaction-import-gpg@v6.0.0
with:
gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }}
passphrase: ${{ secrets.GPG_PASSPHRASE }}
Expand All @@ -68,12 +68,12 @@ jobs:

steps:
- name: Checkout
uses: actions/checkout@v3.5.0
uses: actions/checkout@v4.4.1
with:
fetch-depth: 0

- name: Cache
uses: actions/cache@v3.3.1
uses: actions/cache@v3.3.2
with:
path: ~/.m2/repository
key: maven-${{ hashFiles('pom.xml') }}
Expand All @@ -84,7 +84,7 @@ jobs:
maven-version: 3.9.6

- name: Set JDK
uses: actions/setup-java@v3.11.0
uses: actions/setup-java@v4.0.0
with:
java-version: |
17
Expand Down

0 comments on commit 7d9466a

Please sign in to comment.