Skip to content

Commit

Permalink
chore(deps): update nrwl/nx-set-shas action to v4 (#3689)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Jan 8, 2024
1 parent f5a0ae9 commit 5baa6ac
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 12 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/on_merge_to_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -86,7 +86,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/on_pull_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -173,7 +173,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -224,7 +224,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -273,7 +273,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down Expand Up @@ -322,7 +322,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_cypress.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/on_pull_request_package_size.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_docs_embed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
with:
fetch-depth: 0

- uses: nrwl/nx-set-shas@v3
- uses: nrwl/nx-set-shas@v4

- name: Setup Node.js 20.5
uses: actions/setup-node@v4
Expand Down

1 comment on commit 5baa6ac

@vercel
Copy link

@vercel vercel bot commented on 5baa6ac Jan 8, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.