diff --git a/.github/actions/setup-project/action.yml b/.github/actions/setup-project/action.yml index c06556f4..57eeb443 100644 --- a/.github/actions/setup-project/action.yml +++ b/.github/actions/setup-project/action.yml @@ -4,7 +4,7 @@ runs: using: 'composite' steps: - name: 'Derive appropriate SHAs for base and head for `nx affected` commands' - uses: nrwl/nx-set-shas@826660b82addbef3abff5fa871492ebad618c9e1 # v4 + uses: nrwl/nx-set-shas@3e9ad7370203c1e93d109be57f3b72eb0eb511b1 # v4 - name: 'Setup Node' uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5