From 5044658daa536b4ecc43e40b55ab2450cef2b7f5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 00:33:01 +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 03c7b94..e9b9636 100644 --- a/.github/workflows/CI.yml +++ b/.github/workflows/CI.yml @@ -21,7 +21,7 @@ jobs: # - windows-latest atom_channel: [stable, beta] steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: UziTech/action-setup-atom@v1 with: channel: ${{ matrix.atom_channel }} @@ -40,7 +40,7 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: fetch-depth: 0 - name: Commit lint ✨ @@ -61,7 +61,7 @@ jobs: github.event.repository.fork == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3 with: