Skip to content

Commit

Permalink
Merge pull request #124 from w3stling/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
w3stling authored Dec 1, 2023
2 parents 57da298 + 2fc8be8 commit 6244afb
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -138,7 +138,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -193,7 +193,7 @@ jobs:
fetch-depth: 0

- name: Set up JDK 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
fetch-depth: 0

- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
fetch-depth: 0

- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down Expand Up @@ -147,7 +147,7 @@ jobs:
fetch-depth: 0

- name: Setup Java 17 ⚙️
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
java-version: '17'
distribution: 'temurin'
Expand Down

0 comments on commit 6244afb

Please sign in to comment.