From a07117b42c85ec331d0d464d9bbcf052747daf6b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 May 2024 06:22:22 +0000 Subject: [PATCH] Bump the github group in /.github/workflows with 2 updates Bumps the github group in /.github/workflows with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [actions/configure-pages](https://github.com/actions/configure-pages). Updates `pnpm/action-setup` from 3 to 4 - [Release notes](https://github.com/pnpm/action-setup/releases) - [Commits](https://github.com/pnpm/action-setup/compare/v3...v4) Updates `actions/configure-pages` from 4 to 5 - [Release notes](https://github.com/actions/configure-pages/releases) - [Commits](https://github.com/actions/configure-pages/compare/v4...v5) --- updated-dependencies: - dependency-name: pnpm/action-setup dependency-type: direct:production update-type: version-update:semver-major dependency-group: github - dependency-name: actions/configure-pages dependency-type: direct:production update-type: version-update:semver-major dependency-group: github ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yml | 2 +- .github/workflows/deploy.yml | 2 +- .github/workflows/reformat-and-lint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6fe53c0..4e9267f 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -29,7 +29,7 @@ jobs: # Setup PNPM - name: 🟨 Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 996c2bf..6e3d91b 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -40,7 +40,7 @@ jobs: steps: - name: 🛠 Setup Pages - uses: actions/configure-pages@v4 + uses: actions/configure-pages@v5 - name: 🚀 Deploy to GitHub Pages id: deployment diff --git a/.github/workflows/reformat-and-lint.yml b/.github/workflows/reformat-and-lint.yml index 425c8ca..60ec423 100644 --- a/.github/workflows/reformat-and-lint.yml +++ b/.github/workflows/reformat-and-lint.yml @@ -22,7 +22,7 @@ jobs: # Setup PNPM - name: 🟨 Setup PNPM - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: latest