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 1fd9aacb9e4 [FLINK-38966][build] Update rsync for GHA to latest v8.0.2 
(LTS) for legacy docs
1fd9aacb9e4 is described below

commit 1fd9aacb9e42d38a2c042720eb9a8ae6e06fad7b
Author: Martijn Visser <[email protected]>
AuthorDate: Fri Jan 23 11:46:13 2026 +0100

    [FLINK-38966][build] Update rsync for GHA to latest v8.0.2 (LTS) for legacy 
docs
    
    We first test this on the legacy docs, before upgrading also the regular 
docs pipeline
---
 .github/workflows/docs-legacy.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/docs-legacy.yml 
b/.github/workflows/docs-legacy.yml
index bf806562f04..ab853afad21 100644
--- a/.github/workflows/docs-legacy.yml
+++ b/.github/workflows/docs-legacy.yml
@@ -84,7 +84,7 @@ jobs:
             bash -c "apt-get update && apt-get install -y rsync && cd 
/root/flink && ./.github/workflows/docs.sh"
 
       - name: Upload documentation
-        uses: 
burnett01/rsync-deployments@0dc935cdecc5f5e571865e60d2a6cdc673704823 # 5.2
+        uses: 
burnett01/rsync-deployments@53581dff6de0d8511d74864451aacee4846bdf39 # 5.2
         with:
           switches: --archive --compress --delete --omit-dir-times
           path: docs/target/

Reply via email to