From 60e521c4430f6a6ece250687c1c63b1b80b5ac2a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 24 Nov 2023 14:18:23 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .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 53a9a8cc..b2437cb6 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@v3 + uses: actions/checkout@v4 - name: Cache yarn dependencies uses: actions/cache@v3 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@v3 + uses: actions/checkout@v4 - name: Cache yarn dependencies uses: actions/cache@v3 with: