Skip to content

Commit

Permalink
Merge pull request #218 from mundialis/renovate/actions-setup-java-4.x
Browse files Browse the repository at this point in the history
chore(deps): update actions/setup-java action to v4
  • Loading branch information
hwbllmnn authored Nov 29, 2023
2 parents b05c285 + 4ff8932 commit 509987f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-and-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ⏬
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on-pull-request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ☕♨️
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4

- name: Set up Java 11 ⏬
uses: actions/setup-java@v3.13.0
uses: actions/setup-java@v4.0.0
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 509987f

Please sign in to comment.