This is an automated email from the ASF dual-hosted git repository.

adoroszlai pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/ozone-helm-charts.git


The following commit(s) were added to refs/heads/main by this push:
     new 2d1f750  HDDS-11936. Bump actions/checkout to v4 in the release 
workflow (#15)
2d1f750 is described below

commit 2d1f7504710e58af14f068a753cae5410ce444a5
Author: Denis Krivenko <[email protected]>
AuthorDate: Sat Dec 14 18:39:20 2024 +0100

    HDDS-11936. Bump actions/checkout to v4 in the release workflow (#15)
---
 .github/workflows/release.yaml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml
index 05335fe..7790164 100644
--- a/.github/workflows/release.yaml
+++ b/.github/workflows/release.yaml
@@ -12,7 +12,7 @@ jobs:
       contents: write
     steps:
       - name: Checkout
-        uses: actions/checkout@v3
+        uses: actions/checkout@v4
         with:
           fetch-depth: 0
           persist-credentials: false


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to