Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4 (.github/workflow…
Browse files Browse the repository at this point in the history
…-templates/automate-dist.yml)
  • Loading branch information
IK Renovate Bot committed Nov 16, 2023
1 parent b1f7f36 commit b1037d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflow-templates/automate-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
# Run only if ‘dist' files were not changed
- name: Setup node
if: steps.filter.outputs.dist == 'false'
uses: actions/setup-node@v1
uses: actions/setup-node@v4
with:
node-version: 14.x

Expand Down

0 comments on commit b1037d1

Please sign in to comment.