From 5c749b5e89220c2be1acee272c355285a51c297c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Mar 2023 11:00:44 +0000 Subject: [PATCH] chore(deps): bump nrwl/ci from 0.8 to 0.11 Bumps [nrwl/ci](https://github.com/nrwl/ci) from 0.8 to 0.11. - [Release notes](https://github.com/nrwl/ci/releases) - [Commits](https://github.com/nrwl/ci/compare/v0.8...v0.11) --- updated-dependencies: - dependency-name: nrwl/ci dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/package-and-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/package-and-publish.yml b/.github/workflows/package-and-publish.yml index 8b2f418..fe5ab6a 100644 --- a/.github/workflows/package-and-publish.yml +++ b/.github/workflows/package-and-publish.yml @@ -15,7 +15,7 @@ jobs: run: working-directory: ${{ github.workspace }} name: Nx Cloud - Main Job - uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.8 + uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.11 with: number-of-agents: 3 parallel-commands: | @@ -26,7 +26,7 @@ jobs: agents: name: Nx Cloud - Agents - uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.8 + uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.11 with: number-of-agents: 3