From 849e2f7ffb7d09e03ffa2b2740b5473e429b9c21 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 20:33:51 +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 813bb83..6a05a44 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: node-version: ${{ matrix.node }} - name: checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: cache node_modules uses: actions/cache@v2