From 2a320b487cc60587dc51c5ab5001f8ff1c71eb14 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 5 Mar 2022 00:49:53 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dcaf45ce..6efafd12 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -11,7 +11,7 @@ jobs: node-version: [10.x, 12.x, 14.x] steps: - - uses: actions/checkout@v2 + - uses: actions/checkout@v3 name: Use Node.js ${{ matrix.node-version }} - uses: actions/setup-node@v3 with: