From 16bea6355d712bbee9534019dfdf5f816658e415 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Sep 2023 18:37:42 +0000 Subject: [PATCH] chore(deps): bump nrwl/ci from 0.13.0 to 0.13.1 Bumps [nrwl/ci](https://github.com/nrwl/ci) from 0.13.0 to 0.13.1. - [Release notes](https://github.com/nrwl/ci/releases) - [Commits](https://github.com/nrwl/ci/compare/v0.13.0...v0.13.1) --- updated-dependencies: - dependency-name: nrwl/ci dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/pull_request.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pull_request.yml b/.github/workflows/pull_request.yml index 7deb3ae..ad34ed6 100644 --- a/.github/workflows/pull_request.yml +++ b/.github/workflows/pull_request.yml @@ -8,7 +8,7 @@ on: jobs: master: name: Nx Cloud - Main Job - uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.0 + uses: nrwl/ci/.github/workflows/nx-cloud-main.yml@v0.13.1 with: number-of-agents: 3 parallel-commands: | @@ -18,6 +18,6 @@ jobs: agents: name: Nx Cloud - Agents - uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.0 + uses: nrwl/ci/.github/workflows/nx-cloud-agents.yml@v0.13.1 with: number-of-agents: 3 \ No newline at end of file