Skip to content

Commit 9c0a6d5

Browse files
authored
Merge pull request #40 from http4k/dependabot/github_actions/actions/setup-java-5.1.0
Bump actions/setup-java from 5.0.0 to 5.1.0
2 parents 7dc1c25 + 63dde0f commit 9c0a6d5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
fetch-depth: 2
1212
# required by release-tag.sh to allow pushing with another credentials so other workflows are triggered
1313
persist-credentials: false
14-
- uses: actions/setup-java@v5.0.0
14+
- uses: actions/setup-java@v5.1.0
1515
with:
1616
distribution: temurin
1717
java-version: 21

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: olegtarasov/get-tag@v2.1.4
1919
id: tagName
2020
- name: Setup Java
21-
uses: actions/setup-java@v5.0.0
21+
uses: actions/setup-java@v5.1.0
2222
with:
2323
distribution: temurin
2424
java-version: 21

.github/workflows/update_dependencies.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
token: ${{ secrets.GITHUB_TOKEN }}
1818
- name: Set up JDK
19-
uses: actions/setup-java@v5.0.0
19+
uses: actions/setup-java@v5.1.0
2020
with:
2121
java-version: '21'
2222
distribution: temurin

0 commit comments

Comments
 (0)