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

xintongsong pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/flink-agents.git


The following commit(s) were added to refs/heads/main by this push:
     new e6ab21da [hotfix] Update rsync for GHA to latest v8.0.2 (LTS) (#636)
e6ab21da is described below

commit e6ab21da92a2b1230e8e8c3d4d41d82bf11a1d41
Author: Eugene <[email protected]>
AuthorDate: Mon Apr 20 09:25:54 2026 +0800

    [hotfix] Update rsync for GHA to latest v8.0.2 (LTS) (#636)
---
 .github/workflows/docs.yml | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml
index 28926987..e7437a4f 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -56,7 +56,7 @@ jobs:
           docker run --rm --volume "$PWD:/root/flink-agents" 
chesnay/flink-ci:java_8_11_17_21_maven_386 bash -c "cd /root/flink-agents && 
chmod +x ./tools/docs.sh && ./tools/docs.sh"
 
       - name: Upload documentation
-        uses: 
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
+        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
         with:
           switches: --archive --compress --delete
           path: docs/target/
@@ -68,7 +68,7 @@ jobs:
 
       - name: Upload documentation alias
         if: env.flink_alias != ''
-        uses: 
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823
+        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
         with:
           switches: --archive --compress --delete
           path: docs/target/

Reply via email to