From 6927904b661c7aaf78d88d0a8a0d434371caaab4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Sep 2023 13:57:15 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/quality.yml | 2 +- .github/workflows/release.yml | 2 +- .github/workflows/security.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 48cc2bd96..c04a0a8a9 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -21,7 +21,7 @@ jobs: name: Checking code quality runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v3 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 42ec2500c..415d0a065 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: name: Releasing updated packages runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: token: ${{ secrets.MACHINE_GITHUB_TOKEN }} diff --git a/.github/workflows/security.yml b/.github/workflows/security.yml index 20070fc8d..21781acb5 100644 --- a/.github/workflows/security.yml +++ b/.github/workflows/security.yml @@ -40,7 +40,7 @@ jobs: echo "SKIP_INTEGRITY_CHECK=1" >> $GITHUB_ENV - if: env.SKIP_INTEGRITY_CHECK != 1 - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0