From c4d860b86e36eb30ccbf8b3b36cfc23edaf3935f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 9 Sep 2023 02:39:08 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/ci.yml | 6 +++--- .github/workflows/codeql-analysis.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e99345af..d6e6608a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -15,7 +15,7 @@ jobs: channel: [stable, beta] runs-on: ${{ matrix.os }} steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4.0.0 - uses: UziTech/action-setup-atom@v1 with: channel: ${{ matrix.channel }} @@ -35,7 +35,7 @@ jobs: if: "!contains(github.event.head_commit.message, '[skip ci]')" runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4.0.0 - uses: actions/setup-node@v3.2.0 with: node-version: 'lts/*' @@ -51,7 +51,7 @@ jobs: github.event.repository.fork == false runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.0.2 + - uses: actions/checkout@v4.0.0 - uses: UziTech/action-setup-atom@v1 - uses: actions/setup-node@v3.2.0 with: diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index 75a897ad..17bbc2ec 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -35,7 +35,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3.0.2 + uses: actions/checkout@v4.0.0 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL