Skip to content

Commit

Permalink
chore(workflows): update the following actions to use Node.js 20:
Browse files Browse the repository at this point in the history
- actions/checkout@v3
- actions/setup-java@v3
  • Loading branch information
RalfBarkow committed May 15, 2024
1 parent ef1c542 commit d75f977
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/java-ci-with-maven.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 18.0.2+101
distribution: temurin
Expand All @@ -34,9 +34,9 @@ jobs:
runs-on: macos-latest

steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up JDK 1.8
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: 18.0.2+101
distribution: temurin
Expand Down

0 comments on commit d75f977

Please sign in to comment.