Skip to content

Commit d368d6d

Browse files
renovate[bot]github-actions[bot]
authored andcommitted
chore(deps): update nrwl/nx-set-shas action to v4
1 parent eeb9bd5 commit d368d6d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
fetch-depth: 0
2626
- name: Derive appropriate SHAs for base and head for `nx affected` commands
27-
uses: nrwl/nx-set-shas@v3
27+
uses: nrwl/nx-set-shas@v4
2828
- name: Setup
2929
uses: ./.github/actions/setup
3030
- name: Lint, Build, Test
@@ -42,7 +42,7 @@ jobs:
4242
# ref: ${{ github.event.pull_request.head.ref }}
4343
fetch-depth: 0
4444
- name: Derive appropriate SHAs for base and head for `nx affected` commands
45-
uses: nrwl/nx-set-shas@v3
45+
uses: nrwl/nx-set-shas@v4
4646
- name: Setup
4747
uses: ./.github/actions/setup
4848
- name: Lint, Build, Test

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
with:
2121
fetch-depth: 0
2222
- name: Derive appropriate SHAs for base and head for `nx affected` commands
23-
uses: nrwl/nx-set-shas@v3
23+
uses: nrwl/nx-set-shas@v4
2424

2525
- name: Setup
2626
uses: ./.github/actions/setup

0 commit comments

Comments
 (0)