From 306875aa2c0e0a83cdeb8a00ad2ec32f6af18b53 Mon Sep 17 00:00:00 2001 From: abrichr Date: Thu, 10 Sep 2026 16:33:50 -0400 Subject: [PATCH] chore(deps): update Pages deployment polling action --- .github/workflows/sync.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/sync.yml b/.github/workflows/sync.yml index 231107d..32f6554 100644 --- a/.github/workflows/sync.yml +++ b/.github/workflows/sync.yml @@ -179,7 +179,7 @@ jobs: - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@cd2ce8fcbc39b97be8ca5fce6e763baed58fa128 # v5.0.0 + uses: actions/deploy-pages@368f82528645a54fb793d4d04e342629a3f51346 # v5.0.1 # New content that reaches the site but never reaches `main` leaves the # published site ahead of its own source, and the next same-repo docs