Skip to content

Commit

Permalink
Update github actions to latest versions
Browse files Browse the repository at this point in the history
Closes gh-10
  • Loading branch information
evgeniycheban committed Dec 10, 2024
1 parent 8f73686 commit 985b801
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/pr-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,12 @@ jobs:
if: github.repository == 'evgeniycheban/spring-data-reindexer'

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
# TODO: Repo's SSL certificate has expired.
# - name: Install Reindexer
# run: |
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/release-build-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,11 +10,12 @@ jobs:
MAVEN_GPG_PASSPHRASE: ${{ secrets.MAVEN_GPG_PASSPHRASE }}

steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up JDK 17
uses: actions/setup-java@v1
uses: actions/setup-java@v4
with:
java-version: 17
distribution: 'temurin'
gpg-private-key: ${{ secrets.MAVEN_GPG_PRIVATE_KEY }}
gpg-passphrase: MAVEN_GPG_PASSPHRASE

Expand Down

0 comments on commit 985b801

Please sign in to comment.