From 6d31ba7240f22e1fe624a4e4f05c6617b84a2709 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 May 2026 09:46:44 +0000 Subject: [PATCH] Bump actions/deploy-pages from 4 to 5 Bumps [actions/deploy-pages](https://github.com/actions/deploy-pages) from 4 to 5. - [Release notes](https://github.com/actions/deploy-pages/releases) - [Commits](https://github.com/actions/deploy-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/deploy-pages dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/mdbook-fixed.yml | 2 +- .github/workflows/mdbook-simple.yml | 2 +- .github/workflows/mdbook.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/mdbook-fixed.yml b/.github/workflows/mdbook-fixed.yml index 851fd1e..6269d69 100644 --- a/.github/workflows/mdbook-fixed.yml +++ b/.github/workflows/mdbook-fixed.yml @@ -50,4 +50,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/mdbook-simple.yml b/.github/workflows/mdbook-simple.yml index 851fd1e..6269d69 100644 --- a/.github/workflows/mdbook-simple.yml +++ b/.github/workflows/mdbook-simple.yml @@ -50,4 +50,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 + uses: actions/deploy-pages@v5 diff --git a/.github/workflows/mdbook.yml b/.github/workflows/mdbook.yml index 8bfc5a6..a5e4fbe 100644 --- a/.github/workflows/mdbook.yml +++ b/.github/workflows/mdbook.yml @@ -50,4 +50,4 @@ jobs: steps: - name: Deploy to GitHub Pages id: deployment - uses: actions/deploy-pages@v4 \ No newline at end of file + uses: actions/deploy-pages@v5 \ No newline at end of file