This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch
dependabot/github_actions/main/actions/setup-java-3.13.0
in repository https://gitbox.apache.org/repos/asf/logging-log4j2.git
commit e92047fefb78d8b5ae4c244b2e3a5a8a878ef790
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Oct 19 21:13:12 2023 +0000
Bump actions/setup-java from 3.12.0 to 3.13.0
Bumps [actions/setup-java](https://github.com/actions/setup-java) from
3.12.0 to 3.13.0.
- [Release notes](https://github.com/actions/setup-java/releases)
-
[Commits](https://github.com/actions/setup-java/compare/cd89f46ac9d01407894225f350157564c9c7cee2...0ab4596768b603586c0de567f2430c30f5b0d2b0)
---
updated-dependencies:
- dependency-name: actions/setup-java
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <[email protected]>
---
.github/workflows/benchmark.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.github/workflows/benchmark.yml b/.github/workflows/benchmark.yml
index 3a406df29e..56b71d8bc3 100644
--- a/.github/workflows/benchmark.yml
+++ b/.github/workflows/benchmark.yml
@@ -33,7 +33,7 @@ jobs:
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 #
4.1.1
- name: Set up JDK 11
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
3.12.0
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
3.13.0
with:
distribution: temurin
java-version: 11
@@ -85,7 +85,7 @@ jobs:
- name: Set up JDK ${{ matrix.jdk }}
if: matrix.jdk != 11
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
3.12.0
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
3.13.0
with:
distribution: temurin
java-version: ${{ matrix.jdk }}