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

martijnvisser pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink.git


The following commit(s) were added to refs/heads/master by this push:
     new 8facd40b95b [FLINK-38966][build] Update rsync for GHA to latest v8.0.2 
(LTS) for main docs
8facd40b95b is described below

commit 8facd40b95be201a185909a12625793b81d1adc5
Author: Martijn Visser <[email protected]>
AuthorDate: Tue Feb 10 09:52:40 2026 +0100

    [FLINK-38966][build] Update rsync for GHA to latest v8.0.2 (LTS) for main 
docs
    
    This time with the right commit hash
---
 .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 076d5ff4104..0be71c48531 100644
--- a/.github/workflows/docs.yml
+++ b/.github/workflows/docs.yml
@@ -69,7 +69,7 @@ jobs:
             bash -c "cd /root/flink && ./.github/workflows/docs.sh"
 
       - name: Upload documentation
-        uses: 
burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 8.0.2
+        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
         with:
           switches: --archive --compress --delete
           path: docs/target/
@@ -81,7 +81,7 @@ jobs:
 
       - name: Upload documentation alias
         if: env.flink_alias != ''
-        uses: 
burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 8.0.2
+        uses: 
burnett01/rsync-deployments@7659d600d8bdd035bb5cdfba1d4bd0dd4a307ca6 # 8.0.2
         with:
           switches: --archive --compress --delete
           path: docs/target/

Reply via email to