From 371ee4c2fd0ab8462215ee7a2f01a721efbc0e15 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Dec 2023 10:09:47 +0300 Subject: [PATCH] chore(deps): bump the deps group with 2 updates (#7) --- .github/workflows/publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 96860d2..ea0af31 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -31,7 +31,7 @@ jobs: - name: Setup GitHub Pages if: github.event_name == 'push' - uses: actions/configure-pages@v3 + uses: actions/configure-pages@v4 - name: Upload Pages artifact if: github.event_name == 'push' @@ -41,4 +41,4 @@ jobs: - name: Deploy to GitHub Pages if: github.event_name == 'push' - uses: actions/deploy-pages@v2 + uses: actions/deploy-pages@v3