From faa888adc91350d2a6327e4c403e5ac04f52c343 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Dec 2023 00:37:39 +0000 Subject: [PATCH] chore: bump actions/deploy-pages from 4.0.0 to 4.0.2 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4.0.0 to 4.0.2. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4.0.0...v4.0.2) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/deploy.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/deploy.yaml b/.github/workflows/deploy.yaml index 558ffff..e484c7e 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -36,4 +36,4 @@ jobs: - name: Deploy Pages id: deploy-pages - uses: actions/deploy-pages@v4.0.0 + uses: actions/deploy-pages@v4.0.2