Skip to content

Commit ebcac6b

Browse files
committed
Update actions/setup-node action to v3.3.0
1 parent cf4d8f7 commit ebcac6b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.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.2.0
24+
uses: actions/setup-node@v3.3.0
2525
with:
2626
check-latest: true
2727
node-version: ${{ env.NODE_JS_VERSION }}

0 commit comments

Comments
 (0)