Skip to content

Commit

Permalink
Merge pull request #462 from matomo-org/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-java-4

Bump actions/setup-java from 3 to 4
  • Loading branch information
hannesa2 authored Dec 4, 2023
2 parents 3c62600 + 108058c commit 5db5672
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pull-request-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
with:
fetch-depth: 0
- name: Set up JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
Expand All @@ -58,7 +58,7 @@ jobs:
with:
fetch-depth: 0
- name: Install JDK
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
- name: prepare
run: brew install exiftool imagemagick
- name: set up JDK 17
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
with:
fetch-depth: 0
- name: Install JDK ${{ matrix.java_version }}
uses: actions/setup-java@v3
uses: actions/setup-java@v4
with:
distribution: 'adopt'
java-version: 17
Expand Down

0 comments on commit 5db5672

Please sign in to comment.