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 242d7dc0b8 Bump actions/checkout from 2 to 3 (#1787)
242d7dc0b8 is described below
commit 242d7dc0b8f76c625d66112e0321f2fca0af136b
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Tue Feb 28 00:05:21 2023 +0000
Bump actions/checkout from 2 to 3 (#1787)
---
.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 1edaa06033..f75f237968 100644
--- a/.github/workflows/release-scripts.yml
+++ b/.github/workflows/release-scripts.yml
@@ -42,7 +42,7 @@ jobs:
steps:
# Java setup docs:
#
https://github.com/actions/setup-java/blob/main/docs/advanced-usage.md#installing-custom-java-package-type
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
- name: Set up JDK 11
uses: actions/setup-java@v3
with: