From 9083fdd50bb485752bde948146b3c0f4effa82d0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 02:33:11 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/CI.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/CI.yml b/.github/workflows/CI.yml index bf1da564..c61dd8a2 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -16,7 +16,7 @@ jobs: - windows-latest atom_channel: [stable, beta] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache node_modules uses: actions/cache@v3 @@ -61,7 +61,7 @@ jobs: - windows-latest atom_channel: [stable, beta] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - name: Cache node_modules id: github-cache-conan @@ -120,7 +120,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - uses: actions/setup-node@v3