Skip to content

Commit 4c291fc

Browse files
authored
Merge pull request #882 from ecosyste-ms/dependabot/github_actions/actions/setup-node-6.3.0
Bump actions/setup-node from 6.2.0 to 6.3.0
2 parents bc7b46b + b523433 commit 4c291fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

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

0 commit comments

Comments
 (0)