From 5693e73911b286144255629d30008a1a429ad345 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 13 Jun 2022 13:36:40 +0000 Subject: [PATCH] Update actions/setup-node action to v3 --- .github/workflows/main.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 34922456691b..2e6b75acf07f 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -58,7 +58,7 @@ jobs: ref: ${{ steps.sha.outputs.sha }} if: github.event_name == 'pull_request_target' - - uses: actions/setup-node@v1 + - uses: actions/setup-node@v3 with: node-version: '16.x'