Skip to content

Commit 673be9a

Browse files
authored
Merge pull request #400 from AppDevNext/dependabot/github_actions/master/actions/setup-java-5
Bump actions/setup-java from 4 to 5
2 parents d9b1084 + 828b483 commit 673be9a

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

.github/workflows/Android-CI-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Install JDK
18-
uses: actions/setup-java@v4
18+
uses: actions/setup-java@v5
1919
with:
2020
distribution: "adopt"
2121
java-version: 17

.github/workflows/Android-CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
sudo apt-get update && sudo apt-get install -y exiftool imagemagick xdg-utils libimage-exiftool-perl zsh jq xorg
4242
# brew install exiftool imagemagick
4343
- name: Install JDK ${{ matrix.java_version }}
44-
uses: actions/setup-java@v4
44+
uses: actions/setup-java@v5
4545
with:
4646
distribution: "adopt"
4747
java-version: ${{ matrix.java_version }}
@@ -108,7 +108,7 @@ jobs:
108108
with:
109109
fetch-depth: 0
110110
- name: Install JDK ${{ matrix.java_version }}
111-
uses: actions/setup-java@v4
111+
uses: actions/setup-java@v5
112112
with:
113113
distribution: "adopt"
114114
java-version: ${{ matrix.java_version }}

.github/workflows/update-gradle-wrapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@v4
1313
- name: Install JDK
14-
uses: actions/setup-java@v4
14+
uses: actions/setup-java@v5
1515
with:
1616
distribution: "adopt"
1717
java-version: 17

0 commit comments

Comments
 (0)