Skip to content

Commit 905f2a6

Browse files
committed
Update actions/setup-java to version 3.13.0 (#1809)
1 parent 461444b commit 905f2a6

File tree

2 files changed

+11
-2
lines changed

2 files changed

+11
-2
lines changed

.github/workflows/benchmark.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # 4.1.1
3434

3535
- name: Set up JDK 11
36-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
36+
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 3.13.0
3737
with:
3838
distribution: temurin
3939
java-version: 11
@@ -85,7 +85,7 @@ jobs:
8585

8686
- name: Set up JDK ${{ matrix.jdk }}
8787
if: matrix.jdk != 11
88-
uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 # 3.12.0
88+
uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 # 3.13.0
8989
with:
9090
distribution: temurin
9191
java-version: ${{ matrix.jdk }}
Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
<?xml version="1.0" encoding="UTF-8"?>
2+
<entry xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xmlns="http://logging.apache.org/log4j/changelog"
4+
xsi:schemaLocation="http://logging.apache.org/log4j/changelog https://logging.apache.org/log4j/changelog-0.1.2.xsd"
5+
type="changed">
6+
<issue id="1809" link="https://github.com/apache/logging-log4j2/pull/1809"/>
7+
<author id="github:dependabot"/>
8+
<description format="asciidoc">Update `actions/setup-java` to version `3.13.0`</description>
9+
</entry>

0 commit comments

Comments
 (0)