From afa9824662d48ff085b4eaf04db872f4d1f47f2c Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 19:27:26 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5ec51ca30..bf81b4c46 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,7 +12,7 @@ jobs: node-version: [ 10.x, 12.x, 14.x, 16.x ] steps: - name: Checkout repository - uses: actions/checkout@v2 + uses: actions/checkout@v3 # Tooling setup