Skip to content

Commit

Permalink
Merge pull request #179 from s-frei/dependabot/github_actions/develop…
Browse files Browse the repository at this point in the history
…/actions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
s-frei authored Mar 26, 2024
2 parents 7f9a6e3 + 30cc42c commit 976e912
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functionality-check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
echo "RUN_DATE: ${RUN_DATE}"
- name: "Setup JDK 11"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: "Setup JDK 11"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maven-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
echo "RUN_DATE: ${RUN_DATE}"
- name: "Setup JDK 11"
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: temurin
java-version: 11
Expand Down

0 comments on commit 976e912

Please sign in to comment.