summaryrefslogtreecommitdiff
path: root/.github/workflows/pages.yml
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-01-27 12:18:00 +0000
committerGitHub <noreply@github.com>2023-01-27 12:18:00 +0000
commit52a090407f53acd3c088dd8fbce74dc28bd52b06 (patch)
tree0b5a23633495ac4bb3c915effdeabf479865a4fe /.github/workflows/pages.yml
parent0d2eafdd53ba2fcf8254203eb855f35d05f2e959 (diff)
ci: Bump actions/configure-pages from 2 to 3 (#127)
Bumps [actions/configure-pages](https://github.com/actions/configure-pages) from 2 to 3. - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v2...v3) --- 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> Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github/workflows/pages.yml')
-rw-r--r--.github/workflows/pages.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml
index cb628832..ec6ea874 100644
--- a/.github/workflows/pages.yml
+++ b/.github/workflows/pages.yml
@@ -26,7 +26,7 @@ jobs:
cache-dependency-path: site/package-lock.json
- name: Setup Pages
id: pages
- uses: actions/configure-pages@v2
+ uses: actions/configure-pages@v3
- name: Install dependencies
run: npm ci
- name: Build with Docusaurus