Skip to content

Commit 6be7902

Browse files
authored
Merge pull request #130 from NHSDigital/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 0b79124 + f7d4ccf commit 6be7902

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/publish-specification.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
python-version: '3.11'
3030

3131
- name: Set up Node.js
32-
uses: actions/setup-node@v4
32+
uses: actions/setup-node@v5
3333
with:
3434
node-version: '20'
3535

.github/workflows/publish_sandbox.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
python-version: '3.11'
2424

2525
- name: Set up Node.js
26-
uses: actions/setup-node@v4
26+
uses: actions/setup-node@v5
2727
with:
2828
node-version: '20'
2929

0 commit comments

Comments
 (0)