This is an automated email from the ASF dual-hosted git repository.
aw pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/yetus-test-patch-action.git
The following commit(s) were added to refs/heads/main by this push:
new b51f3ea Bump actions/checkout from 2 to 4 (#16)
b51f3ea is described below
commit b51f3eacaab6e4c359a0dae47628c3be8c5552a6
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Sep 7 08:55:17 2023 -0700
Bump actions/checkout from 2 to 4 (#16)
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.github/workflows/yetus.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/yetus.yml b/.github/workflows/yetus.yml
index a06aec1..f589e18 100644
--- a/.github/workflows/yetus.yml
+++ b/.github/workflows/yetus.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@v2
+ uses: actions/checkout@v4
with:
path: src
fetch-depth: 0