Skip to content

Commit

Permalink
chore(deps): update nrwl/nx-set-shas action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 24, 2023
1 parent 5841099 commit 6d6cf1f
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
uses: ./.github/actions/install-tools

- name: Prepare Git boundaries for affected projects
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4

- name: Run build
run: npx nx affected --target=build --parallel=1
Expand All @@ -57,7 +57,7 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}

- name: Prepare Git boundaries for affected projects
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4

- name: Run tests
run: npx nx affected --target=test --parallel=1
Expand Down Expand Up @@ -131,7 +131,7 @@ jobs:
uses: ./.github/actions/install-tools

- name: Prepare Git boundaries for affected projects
uses: nrwl/nx-set-shas@v3
uses: nrwl/nx-set-shas@v4

- name: Run lint
run: npx nx affected --target=lint --parallel=1
Expand Down

0 comments on commit 6d6cf1f

Please sign in to comment.