From 9d9af70232d687833b55b1565fd826d595acd209 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 27 May 2026 13:38:07 +0000 Subject: [PATCH] ci: bump MapColonies/shared-workflows from init-npm-v1.0.0 to 1.2 Bumps [MapColonies/shared-workflows](https://github.com/mapcolonies/shared-workflows) from init-npm-v1.0.0 to 1.2. This release includes the previously tagged commit. - [Release notes](https://github.com/mapcolonies/shared-workflows/releases) - [Commits](https://github.com/mapcolonies/shared-workflows/compare/init-npm-v1.0.0...init-npm-v1.2) --- updated-dependencies: - dependency-name: MapColonies/shared-workflows dependency-version: '1.2' dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index c1800dc..d4d6b1a 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -22,7 +22,7 @@ jobs: uses: actions/checkout@v4 - name: Init nodejs - uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.0.0 + uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.2 with: node-version: ${{ matrix.node }} @@ -116,7 +116,7 @@ jobs: PGPASSWORD: ${{ env.DB_PASSWORD }} - name: Init nodejs - uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.0.0 + uses: MapColonies/shared-workflows/actions/init-npm@init-npm-v1.2 with: node-version: ${{ matrix.node }}