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 3af99f3 Bump actions/checkout from 4 to 5 (#19)
3af99f3 is described below
commit 3af99f347badbbac4be97f2aba1689249453f51f
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Mon Oct 6 17:06:29 2025 -0700
Bump actions/checkout from 4 to 5 (#19)
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 37bc13e..04d1b21 100644
--- a/.github/workflows/yetus.yml
+++ b/.github/workflows/yetus.yml
@@ -25,7 +25,7 @@ jobs:
steps:
- name: checkout
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
with:
path: src
fetch-depth: 0