From 3b24143480957e7e6830c2171b4e4a9c217a2b65 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 19 Dec 2023 23:34:59 +0000 Subject: [PATCH] Bump actions/deploy-pages from 3.0.1 to 4.0.0 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3.0.1 to 4.0.0. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3.0.1...v4.0.0) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... 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 e61fdd1..1f4a478 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@v3.0.1 + uses: actions/deploy-pages@v4.0.0