summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-12-05 06:21:20 +0000
committerGitHub <noreply@github.com>2023-12-05 06:21:20 +0000
commitcda0a7769301dead7b3a4e76d4ee0060cc1efd19 (patch)
tree5f0b4a9efc1593f44bf27d25ae0e2063ce5b69ba
parentb7fd05eba4fe3084dd2376d474584d707e93f4e3 (diff)
Bump actions/configure-pages from 3 to 4dependabot/github_actions/actions/configure-pages-4
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 3 to 4. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v3...v4) --- updated-dependencies: - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/manual.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml
index aebc0d72..d67cdb44 100644
--- a/.github/workflows/manual.yml
+++ b/.github/workflows/manual.yml
@@ -51,7 +51,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Configure GitHub Pages
- uses: actions/configure-pages@v3
+ uses: actions/configure-pages@v4
- name: Deploy to GitHub Pages
id: deployment
uses: actions/deploy-pages@v2