Skip to content

Commit f3228e1

Browse files
committed
Update actions/setup-node action to v3.2.0
1 parent cbfb7f9 commit f3228e1

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

0 commit comments

Comments
 (0)