Skip to content

Commit a0d3ec0

Browse files
authored
Merge pull request #274 from ecosyste-ms/dependabot/github_actions/actions/setup-node-6.2.0
Bump actions/setup-node from 6.1.0 to 6.2.0
2 parents 366ab6b + d4aad5e commit a0d3ec0

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.1.0
34+
uses: actions/setup-node@v6.2.0
3535
with:
3636
node-version: 15
3737
- name: Set up Ruby

0 commit comments

Comments
 (0)