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: