From 737cf9eefbd86f5a15534089614c1851db75600e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 7 Dec 2023 08:05:59 +0000 Subject: [PATCH] chore(gha): bump actions/deploy-pages from 2 to 3 (#263) --- .github/workflows/publish-documentation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/publish-documentation.yml b/.github/workflows/publish-documentation.yml index c4595a1..e973c8e 100644 --- a/.github/workflows/publish-documentation.yml +++ b/.github/workflows/publish-documentation.yml @@ -54,4 +54,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3