Skip to content

Commit fb5dc20

Browse files
authored
Merge pull request #3520 from github/dependabot/github_actions/actions/setup-node-6.0.0
chore(deps): bump actions/setup-node from 5.0.0 to 6.0.0
2 parents aed5c8c + 50a5ed5 commit fb5dc20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
bundler-cache: true
1919
- name: Set up Node
20-
uses: actions/setup-node@v5.0.0
20+
uses: actions/setup-node@v6.0.0
2121
- name: Bootstrap
2222
run: script/bootstrap
2323
env:

0 commit comments

Comments
 (0)