From ccbee5aa73448bedecfdd15805ef93709e42926f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 28 Jul 2025 10:45:37 +0000 Subject: [PATCH] chore(deps): update actions/configure-pages action to v5 --- .github/workflows/static-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/static-documentation.yml b/.github/workflows/static-documentation.yml index 40dbbf0e..a02de450 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -25,7 +25,7 @@ jobs: - name: Checkout uses: actions/checkout@v4 - name: Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: Use Node.js v20 uses: actions/setup-node@v4 with: