This is an automated email from the ASF dual-hosted git repository.
ggregory pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-cli.git
The following commit(s) were added to refs/heads/master by this push:
new 51b5348 Bump actions/setup-java from 3.12.0 to 3.13.0
51b5348 is described below
commit 51b534857b512c296a7cbf93b20931a4cc8123ff
Author: Gary Gregory <[email protected]>
AuthorDate: Wed Sep 20 10:21:40 2023 -0400
Bump actions/setup-java from 3.12.0 to 3.13.0
---
.github/workflows/maven.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml
index 5e85647..1bc8d9b 100644
--- a/.github/workflows/maven.yml
+++ b/.github/workflows/maven.yml
@@ -44,7 +44,7 @@ jobs:
restore-keys: |
${{ runner.os }}-maven-
- name: Set up JDK ${{ matrix.java }}
- uses: actions/setup-java@cd89f46ac9d01407894225f350157564c9c7cee2 #
v3.12.0
+ uses: actions/setup-java@0ab4596768b603586c0de567f2430c30f5b0d2b0 #
v3.13.0
with:
distribution: 'temurin'
java-version: ${{ matrix.java }}