From ffed103d7aa41ceab47a3e4a52e021fc6db98c60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Feb 2026 06:12:42 +0000 Subject: [PATCH] chore(deps): bump MetaMask/action-checkout-and-setup from 2 to 3 Bumps [MetaMask/action-checkout-and-setup](https://github.com/metamask/action-checkout-and-setup) from 2 to 3. - [Release notes](https://github.com/metamask/action-checkout-and-setup/releases) - [Changelog](https://github.com/MetaMask/action-checkout-and-setup/blob/main/CHANGELOG.md) - [Commits](https://github.com/metamask/action-checkout-and-setup/compare/v2...v3) --- updated-dependencies: - dependency-name: MetaMask/action-checkout-and-setup dependency-version: '3' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .../workflows/ensure-blocking-pr-labels-absent.yml | 2 +- .github/workflows/lint-build-test.yml | 12 ++++++------ .github/workflows/publish-preview.yml | 4 ++-- .github/workflows/publish-release.yml | 6 +++--- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/ensure-blocking-pr-labels-absent.yml b/.github/workflows/ensure-blocking-pr-labels-absent.yml index 5e0c0b68d80..14a463f0850 100644 --- a/.github/workflows/ensure-blocking-pr-labels-absent.yml +++ b/.github/workflows/ensure-blocking-pr-labels-absent.yml @@ -16,7 +16,7 @@ jobs: pull-requests: read steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false - name: Run command diff --git a/.github/workflows/lint-build-test.yml b/.github/workflows/lint-build-test.yml index 70ac9fe5cb7..12973a55a0b 100644 --- a/.github/workflows/lint-build-test.yml +++ b/.github/workflows/lint-build-test.yml @@ -14,7 +14,7 @@ jobs: child-workspace-package-names: ${{ steps.workspace-package-names.outputs.child-workspace-package-names }} steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false cache-node-modules: true @@ -34,7 +34,7 @@ jobs: node-version: [22.x] steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false node-version: ${{ matrix.node-version }} @@ -57,7 +57,7 @@ jobs: package-name: ${{ fromJson(needs.prepare.outputs.child-workspace-package-names) }} steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false node-version: ${{ matrix.node-version }} @@ -79,7 +79,7 @@ jobs: node-version: [22.x] steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false node-version: ${{ matrix.node-version }} @@ -101,7 +101,7 @@ jobs: node-version: [22.x] steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false node-version: ${{ matrix.node-version }} @@ -124,7 +124,7 @@ jobs: package-name: ${{ fromJson(needs.prepare.outputs.child-workspace-package-names) }} steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: false node-version: ${{ matrix.node-version }} diff --git a/.github/workflows/publish-preview.yml b/.github/workflows/publish-preview.yml index f591a0b894f..be89b367368 100644 --- a/.github/workflows/publish-preview.yml +++ b/.github/workflows/publish-preview.yml @@ -33,7 +33,7 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} PR_NUMBER: ${{ github.event.issue.number }} - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: true - name: Get commit SHA @@ -65,7 +65,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: true - name: Restore build artifacts diff --git a/.github/workflows/publish-release.yml b/.github/workflows/publish-release.yml index 0f1fbf28c28..11016bf54c9 100644 --- a/.github/workflows/publish-release.yml +++ b/.github/workflows/publish-release.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: true - uses: MetaMask/action-publish-release@v3 @@ -38,7 +38,7 @@ jobs: needs: publish-release steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: true ref: ${{ github.sha }} @@ -59,7 +59,7 @@ jobs: needs: publish-npm-dry-run steps: - name: Checkout and setup environment - uses: MetaMask/action-checkout-and-setup@v2 + uses: MetaMask/action-checkout-and-setup@v3 with: is-high-risk-environment: true ref: ${{ github.sha }}