From 21ad62d6479690158d87c2aaa9cc8a9b7365231c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 21 Oct 2024 15:55:49 +0000 Subject: [PATCH] chore(deps): update nrwl/nx-set-shas action to v4 --- .github/workflows/build-and-deploy-to-cloudfront.yaml | 2 +- .github/workflows/build-and-deploy-to-s3-qa.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build-and-deploy-to-cloudfront.yaml b/.github/workflows/build-and-deploy-to-cloudfront.yaml index 2425933..e8e5555 100644 --- a/.github/workflows/build-and-deploy-to-cloudfront.yaml +++ b/.github/workflows/build-and-deploy-to-cloudfront.yaml @@ -142,7 +142,7 @@ jobs: build-cache-${{ (inputs.package_manager == 'yarn') && hashFiles('yarn.lock') || hashFiles('package-lock.json') }} build-cache- - - uses: nrwl/nx-set-shas@v3 + - uses: nrwl/nx-set-shas@v4 with: main-branch-name: "master" if: inputs.with_nx diff --git a/.github/workflows/build-and-deploy-to-s3-qa.yaml b/.github/workflows/build-and-deploy-to-s3-qa.yaml index 9ef2b5c..a777de0 100644 --- a/.github/workflows/build-and-deploy-to-s3-qa.yaml +++ b/.github/workflows/build-and-deploy-to-s3-qa.yaml @@ -128,7 +128,7 @@ jobs: build-cache-${{ (inputs.package_manager == 'yarn') && hashFiles('yarn.lock') || hashFiles('package-lock.json') }} build-cache- - - uses: nrwl/nx-set-shas@v3 + - uses: nrwl/nx-set-shas@v4 with: main-branch-name: "master" if: inputs.with_nx