Skip to content

Commit edf0618

Browse files
authored
Merge pull request #770 from ecosyste-ms/dependabot/github_actions/actions/setup-node-4.3.0
Bump actions/setup-node from 4.2.0 to 4.3.0
2 parents 9bc2487 + 6cb4be3 commit edf0618

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
- name: Install dependent libraries
3232
run: sudo apt-get update && sudo apt-get install libpq-dev diffoscope
3333
- name: Set up Node
34-
uses: actions/setup-node@v4.2.0
34+
uses: actions/setup-node@v4.3.0
3535
with:
3636
node-version: 15
3737
- name: Set up Ruby

0 commit comments

Comments
 (0)