Skip to content

Commit 81aca25

Browse files
author
Federico Builes
authored
Merge pull request #52 from github/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents a754294 + 577cdb4 commit 81aca25

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/dependency-submission-example.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- name: 'Checkout Repository'
1313
uses: actions/checkout@v4
14-
- uses: actions/setup-node@v3
14+
- uses: actions/setup-node@v4
1515
# As of 2023-02-22, the ubuntu-latest image uses npm v8.3.1. This version
1616
# has a bug that prevents loading dependency-submission-toolkit in the
1717
# 'example/' project. npm v8.4.1 (same version in Codespace created on

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- name: Checkout the project
1212
uses: actions/checkout@v4
1313
- name: Use Node.js 16.x (LTS)
14-
uses: actions/setup-node@v3
14+
uses: actions/setup-node@v4
1515
with:
1616
node-version: 16.x
1717
registry-url: https://registry.npmjs.org/

0 commit comments

Comments
 (0)