From 399c49c2bd6acddd3550c2e874d711f20510fcf4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Dec 2023 08:17:31 +0100 Subject: [PATCH] Bump actions/deploy-pages from 3 to 4 (#33) * Bump actions/deploy-pages from 3 to 4 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 3 to 4. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] * Update javadocs.yml --------- Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Timon Klinkert <83671398+DenuxPlays@users.noreply.github.com> --- .github/workflows/javadocs.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/javadocs.yml b/.github/workflows/javadocs.yml index 13bf9b4..c3187f0 100644 --- a/.github/workflows/javadocs.yml +++ b/.github/workflows/javadocs.yml @@ -9,6 +9,7 @@ permissions: contents: read pages: write id-token: write + actions: read concurrency: group: "pages" @@ -39,4 +40,4 @@ jobs: path: './build/docs/javadoc' - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4