From eacf2030cd618a90ec7aa7acaf7b22598ac92da0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 14 Aug 2024 21:56:24 -0400 Subject: [PATCH] chore(deps): bump the github_actions group with 2 updates (#7686) Bumps the github_actions group with 2 updates: [pnpm/action-setup](https://github.com/pnpm/action-setup) and [supercharge/mongodb-github-action](https://github.com/supercharge/mongodb-github-action). Updates `pnpm/action-setup` from 3 to 4
Release notes

Sourced from pnpm/action-setup's releases.

v4.0.0

An error is thrown if one version of pnpm is specified in the packageManager field of package.json and a different version is specified in the action's settings #122

Commits

Updates `supercharge/mongodb-github-action` from 1.10.0 to 1.11.0
Release notes

Sourced from supercharge/mongodb-github-action's releases.

Release 1.11.0

Changelog

Sourced from supercharge/mongodb-github-action's changelog.

1.11.0 - 2024-05-22

Added

Fixed

Updated

Commits

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) ---
Dependabot commands and options
You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot show ignore conditions` will show all of the ignore conditions of the specified dependency - `@dependabot ignore major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself) - `@dependabot ignore minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself) - `@dependabot ignore ` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself) - `@dependabot unignore ` will remove all of the ignore conditions of the specified dependency - `@dependabot unignore ` will remove the ignore condition of the specified dependency and ignore conditions
Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 91296e34a..de204ffd0 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -74,7 +74,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -120,7 +120,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -167,7 +167,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -217,7 +217,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -332,7 +332,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -407,7 +407,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -420,7 +420,7 @@ jobs: key: ${{ github.sha }}-${{ github.run_number }} - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 6.0 @@ -451,7 +451,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false @@ -492,7 +492,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Start MongoDB - uses: supercharge/mongodb-github-action@1.10.0 + uses: supercharge/mongodb-github-action@1.11.0 with: mongodb-version: 6.0 @@ -520,7 +520,7 @@ jobs: node-version: ${{ env.NODE_VERSION }} - name: Install pnpm - uses: pnpm/action-setup@v3 + uses: pnpm/action-setup@v4 with: version: ${{ env.PNPM_VERSION }} run_install: false