From ddd858e8e133af1527df26aec9a0e27d29ae639a Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Mon, 7 Mar 2022 17:16:36 +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 dc18308..c9a1ba0 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