Skip to content

Commit 60ba799

Browse files
authored
Merge pull request #3 from python-project-templates/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 15b191a + 7696309 commit 60ba799

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
cache-dependency-path: 'pyproject.toml'
4646

4747
- name: Use Node.js ${{ matrix.node-version }}
48-
uses: actions/setup-node@v3
48+
uses: actions/setup-node@v4
4949
with:
5050
node-version: ${{ matrix.node-version }}
5151
cache: 'yarn'

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache-dependency-path: 'pyproject.toml'
3232

3333
- name: Use Node.js ${{ matrix.node-version }}
34-
uses: actions/setup-node@v3
34+
uses: actions/setup-node@v4
3535
with:
3636
node-version: ${{ matrix.node-version }}
3737
cache: 'yarn'

0 commit comments

Comments
 (0)