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

erose pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/ozone-site.git


The following commit(s) were added to refs/heads/master by this push:
     new 741aa672 HDDS-10199. Node.js 16 actions are deprecated (#59)
741aa672 is described below

commit 741aa672be3377a610c8e0a93b3c2168b3707b1e
Author: Doroszlai, Attila <[email protected]>
AuthorDate: Wed Jan 24 21:43:43 2024 +0100

    HDDS-10199. Node.js 16 actions are deprecated (#59)
---
 .github/workflows/regenerate.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/regenerate.yml b/.github/workflows/regenerate.yml
index a442b7e3..f1cded58 100644
--- a/.github/workflows/regenerate.yml
+++ b/.github/workflows/regenerate.yml
@@ -23,9 +23,9 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Checkout branch with source
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
       - name: Checkout branch with rendered version
-        uses: actions/checkout@v2
+        uses: actions/checkout@v4
         with:
           path: public
           ref: asf-site


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

Reply via email to