Skip to content

Commit b4cc7c6

Browse files
chore(deps): Bump actions/setup-node from 3 to 4 (#1133)
1 parent 5f5dda2 commit b4cc7c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
python-version: '3.11'
3232
- name: Use Node.js ${{ matrix.node }}
33-
uses: actions/setup-node@v3
33+
uses: actions/setup-node@v4
3434
with:
3535
cache: yarn
3636
node-version: ${{ matrix.node }}

0 commit comments

Comments
 (0)