From 666f79ee9b1cec5d508ad281fb0e89925845432e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Oct 2022 11:58:34 +0100 Subject: [PATCH] chore(deps): update actions/checkout action to v3 (#1158) Co-authored-by: Renovate Bot --- .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 898f8c025..b5b6922bd 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,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