Skip to content

Commit

Permalink
ci: update action versions to use Node.js v20
Browse files Browse the repository at this point in the history
Signed-off-by: Jesse Gorzinski <17914061+ThePrez@users.noreply.github.com>
  • Loading branch information
ThePrez committed Feb 1, 2024
1 parent 2ec89a7 commit a6af973
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
name: Check out

- name: Get Maven project version
Expand All @@ -31,7 +31,7 @@ jobs:
gpg --list-public-keys --keyid-format LONG
- name: Set up JDK 8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '8'
distribution: 'temurin'
Expand Down

0 comments on commit a6af973

Please sign in to comment.