From 29d40b24e90915b8f62c68fdfa10fbc1bdbcffec Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 Dec 2023 15:04:29 +0800 Subject: [PATCH] chore: bump actions/deploy-pages from 4.0.0 to 4.0.2 (#261) 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] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 75a48fd..602c037 100644 --- a/.github/workflows/deploy.yaml +++ b/.github/workflows/deploy.yaml @@ -42,4 +42,4 @@ jobs: - name: Deploy Pages id: deployment - uses: actions/deploy-pages@v4.0.0 + uses: actions/deploy-pages@v4.0.2