From 44147e1ffd4da88283bc7d0a1493e8db5578a85f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 18 Sep 2022 19:35:07 +0000 Subject: [PATCH] chore(deps): update nrwl/nx-set-shas action to v3 --- .github/workflows/CI.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index 38bc5cdb..e54310dc 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -14,7 +14,7 @@ jobs: - uses: actions/checkout@v3 with: fetch-depth: 0 - - uses: nrwl/nx-set-shas@v2 + - uses: nrwl/nx-set-shas@v3 - uses: pnpm/action-setup@v2 - uses: actions/setup-node@v3 with: