From 6b1ae85d8a4bd5cec4e4ef40cd1f026291765a57 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 23:47:26 +0000 Subject: [PATCH] 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/dokka.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dokka.yml b/.github/workflows/dokka.yml index 7a10f06..1f4d521 100644 --- a/.github/workflows/dokka.yml +++ b/.github/workflows/dokka.yml @@ -33,4 +33,4 @@ jobs: with: path: 'build/dokka' - id: deployment - uses: actions/deploy-pages@v4.0.0 + uses: actions/deploy-pages@v4.0.2