Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 7876bd3

Browse files
authoredFeb 13, 2024
Merge pull request #357 from libp2p/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 467984f + 55467c8 commit 7876bd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/cicheck.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
uses: actions/checkout@v3
2121

2222
- name: Set up Node.js ${{ matrix.node }}
23-
uses: actions/setup-node@v3
23+
uses: actions/setup-node@v4
2424
with:
2525
node-version: ${{ matrix.node }}
2626

0 commit comments

Comments
 (0)
Please sign in to comment.