Skip to content

Commit 2c8241a

Browse files
authored
Merge pull request #186 from NHSDigital/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents b394890 + ad0003e commit 2c8241a

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@v5
32+
uses: actions/setup-node@v6
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@v5
26+
uses: actions/setup-node@v6
2727
with:
2828
node-version: '20'
2929

0 commit comments

Comments
 (0)