This is an automated email from the ASF dual-hosted git repository.
github-bot pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/systemds.git
The following commit(s) were added to refs/heads/main by this push:
new a4dbe778fb Bump actions/setup-java from 2 to 3 (#1786)
a4dbe778fb is described below
commit a4dbe778fb6f1ae2ac82f82a2760b80f78e5323c
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Feb 27 20:06:17 2023 +0000
Bump actions/setup-java from 2 to 3 (#1786)
---
.github/workflows/release-scripts.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/release-scripts.yml
b/.github/workflows/release-scripts.yml
index 1ae1c362dd..1edaa06033 100644
--- a/.github/workflows/release-scripts.yml
+++ b/.github/workflows/release-scripts.yml
@@ -44,7 +44,7 @@ jobs:
#
https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#installing-custom-java-package-type
- uses: actions/checkout@v2
- name: Set up JDK 11
- uses: actions/setup-java@v2
+ uses: actions/setup-java@v3
with:
# tools.jar removed from '9', '11'. see
https://openjdk.java.net/jeps/220
java-version: '11'