From adca34ba620a373519c81c0cb05096ffd1ffb41a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 21 Dec 2023 15:10:33 +0000 Subject: [PATCH] chore(deps): bump the github-actions-dependencies group with 3 updates Bumps the github-actions-dependencies group with 3 updates: [actions/setup-node](https://github.com/actions/setup-node), [actions/upload-pages-artifact](https://github.com/actions/upload-pages-artifact) and [actions/deploy-pages](https://github.com/actions/deploy-pages). Updates `actions/setup-node` from 4.0.0 to 4.0.1 - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](https://github.com/actions/setup-node/compare/v4.0.0...v4.0.1) Updates `actions/upload-pages-artifact` from 2 to 3 - [Release notes](https://github.com/actions/upload-pages-artifact/releases) - [Commits](https://github.com/actions/upload-pages-artifact/compare/v2...v3) Updates `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/setup-node dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions-dependencies - dependency-name: actions/upload-pages-artifact dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies - dependency-name: actions/deploy-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: github-actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/__build-website.yml | 4 ++-- .github/workflows/main-ci.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/__build-website.yml b/.github/workflows/__build-website.yml index 6e150d2d..2eb6977b 100644 --- a/.github/workflows/__build-website.yml +++ b/.github/workflows/__build-website.yml @@ -36,7 +36,7 @@ jobs: with: name: documentation - - uses: actions/setup-node@v4.0.0 + - uses: actions/setup-node@v4.0.1 with: node-version-file: ".nvmrc" cache: yarn @@ -60,6 +60,6 @@ jobs: - name: 📦 Upload website build artifact if: inputs.publish - uses: actions/upload-pages-artifact@v2 + uses: actions/upload-pages-artifact@v3 with: path: website/build diff --git a/.github/workflows/main-ci.yml b/.github/workflows/main-ci.yml index e1f2810a..6b737974 100644 --- a/.github/workflows/main-ci.yml +++ b/.github/workflows/main-ci.yml @@ -48,4 +48,4 @@ jobs: - name: 🚀 Deploy to GitHub Pages id: deployment if: github.ref == 'refs/heads/main' - uses: actions/deploy-pages@v3 + uses: actions/deploy-pages@v4