Skip to content

Commit 7af4c83

Browse files
authored
Merge pull request #2 from python-project-templates/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 7874877 + 92d743a commit 7af4c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
cache-dependency-path: python/pyproject.toml
5353

5454
- name: Use Node.js ${{ matrix.node-version }}
55-
uses: actions/setup-node@v3
55+
uses: actions/setup-node@v4
5656
with:
5757
node-version: ${{ matrix.node-version }}
5858
cache: 'yarn'

0 commit comments

Comments
 (0)