From 33e52ec2637e83d93ad86bf11eae7d8b07456ad2 Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Tue, 1 Mar 2022 20:04:29 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v3 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index ab8e9bd4..44eb84ba 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -17,7 +17,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache yarn dependencies uses: actions/cache@v2 with: @@ -40,7 +40,7 @@ jobs: id: find-yarn-cache run: echo "::set-output name=dir::$(yarn cache dir)" - name: git checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Cache yarn dependencies uses: actions/cache@v2 with: