Skip to content

Commit 9576943

Browse files
renovate[bot]tj-actions-bot
authored andcommitted
chore(deps): update actions/setup-node action to v3.7.0
1 parent 85dea33 commit 9576943

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fetch-depth: 0 # otherwise, you will fail to push refs to dest repo
3131
persist-credentials: false # otherwise, the token used is the GITHUB_TOKEN, instead of your personal token
3232

33-
- uses: actions/setup-node@v3.6.0
33+
- uses: actions/setup-node@v3.7.0
3434
with:
3535
node-version: 16
3636
cache: yarn
@@ -111,7 +111,7 @@ jobs:
111111
with:
112112
fetch-depth: ${{ matrix.fetch-depth }}
113113

114-
- uses: actions/setup-node@v3.6.0
114+
- uses: actions/setup-node@v3.7.0
115115
with:
116116
node-version: 16
117117
cache: yarn

0 commit comments

Comments
 (0)