Skip to content

Commit 7e4e226

Browse files
Bump actions/setup-node from 5 to 6 in the github-actions group (#528)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent e55a67d commit 7e4e226

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
python-version: '3.12.1'
1919
- name: Set up Node
20-
uses: actions/setup-node@v5
20+
uses: actions/setup-node@v6
2121
with:
2222
node-version: '22.17.0'
2323
- name: Install chromedriver

0 commit comments

Comments
 (0)