Skip to content

Commit

Permalink
Merge pull request #4494 from alphagov/setup-node-action
Browse files Browse the repository at this point in the history
Fix missed `actions/setup-node` update
  • Loading branch information
colinrotherham authored Nov 24, 2023
2 parents 0c17cc6 + 891422e commit 85cdf00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/actions/setup-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ runs:

steps:
- name: Setup Node.js
uses: actions/setup-node@v3.8.1
uses: actions/setup-node@v4.0.0
id: setup-node

with:
Expand Down

0 comments on commit 85cdf00

Please sign in to comment.