Skip to content

Commit c68fb6a

Browse files
committed
ci: remove pnpm/action-setup set from ng-renovate workflow (#3023)
This step is already included in `./github-actions/npm/checkout-and-setup-node` which makes this duplicate. PR Close #3023
1 parent 43fc44a commit c68fb6a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/workflows/ng-renovate.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ jobs:
3232
# this step.
3333
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3434
- uses: ./github-actions/npm/checkout-and-setup-node
35-
- uses: pnpm/action-setup@a7487c7e89a18df4991f7f222e4898a00d66ddda # v4.1.0
3635
- run: pnpm install --frozen-lockfile
3736
working-directory: ./.github/ng-renovate
3837
- run: pnpm exec renovate

0 commit comments

Comments
 (0)