Skip to content

Commit 1e54709

Browse files
chore(deps): update actions/setup-node action to v5 (#265)
Co-authored-by: rspruyt-google <75448812+rspruyt-google@users.noreply.github.com>
1 parent cd2c376 commit 1e54709

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/generate_json_pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1414

1515
- name: Set up Node.js
16-
uses: actions/setup-node@v4
16+
uses: actions/setup-node@v5
1717

1818
- name: Install yamljs CLI
1919
run: npm install -g yamljs

.github/workflows/validate_jsonschema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
1313

1414
- name: Set up Node.js
15-
uses: actions/setup-node@v4
15+
uses: actions/setup-node@v5
1616

1717
- name: Install tools
1818
run: npm install -g ajv-cli ajv-formats

.github/workflows/validate_syntax.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
4545

4646
- name: Set up Node.js
47-
uses: actions/setup-node@v4
47+
uses: actions/setup-node@v5
4848

4949
- name: Install tools
5050
run: npm install -g ajv-cli ajv-formats

0 commit comments

Comments
 (0)