diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2023-01-27 12:18:00 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-01-27 12:18:00 +0000 |
| commit | 52a090407f53acd3c088dd8fbce74dc28bd52b06 (patch) | |
| tree | 0b5a23633495ac4bb3c915effdeabf479865a4fe /.github/workflows | |
| parent | 0d2eafdd53ba2fcf8254203eb855f35d05f2e959 (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')
| -rw-r--r-- | .github/workflows/build.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/pages.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 255815f5..f09dc7ab 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -100,7 +100,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 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 |
