From c253762112138468a07957882c93f3c2167cb2de Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 17 Dec 2023 04:33:17 +0000 Subject: [PATCH] chore(deps): update actions/deploy-pages action to v3 --- .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 a59c89a..77e407d 100644 --- a/.github/workflows/static-documentation.yml +++ b/.github/workflows/static-documentation.yml @@ -52,4 +52,4 @@ jobs: path: build/docs/javadoc - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3