From ae5c4daa04092ab6bfbf0379338d87d7d95b26b5 Mon Sep 17 00:00:00 2001 From: sck_0 Date: Sat, 7 Mar 2026 12:32:34 +0100 Subject: [PATCH] fix(ci): use actions/deploy-pages@v4 (tag with v prefix) --- .github/workflows/pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 1ca61f2c..7d3872df 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -72,4 +72,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deploy - uses: actions/deploy-pages@4 + uses: actions/deploy-pages@v4