Skip to content

Commit 5c46e76

Browse files
chore(deps): update actions/setup-node action to v4.4.0
1 parent 04431f6 commit 5c46e76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install dependencies
3030
run: uv sync --all-extras
3131
- name: Setup Node.js environment
32-
uses: actions/setup-node@v4.3.0
32+
uses: actions/setup-node@v4.4.0
3333
# with:
3434
# # Used to specify a package manager for caching in the default directory. Supported values: npm, yarn, pnpm.
3535
# cache: # optional

0 commit comments

Comments
 (0)