Skip to content

Commit a782d91

Browse files
Update actions/setup-node action to v3.7.0
1 parent aedf4ed commit a782d91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
token: ${{ secrets.ARCHIBOT_GITHUB_TOKEN }}
2222

2323
- name: Setup Node.js with npm
24-
uses: actions/setup-node@v3.6.0
24+
uses: actions/setup-node@v3.7.0
2525
with:
2626
check-latest: true
2727
node-version: ${{ env.NODE_JS_VERSION }}

0 commit comments

Comments
 (0)