From eb8e67e0e2c8ec669a2b49dd932eb5b1dc16fcc5 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Oct 2024 19:22:50 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/build_release.yml | 2 +- .github/workflows/check_fix_push.yml | 2 +- .github/workflows/pull_request_check.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build_release.yml b/.github/workflows/build_release.yml index c363736..57ceb32 100644 --- a/.github/workflows/build_release.yml +++ b/.github/workflows/build_release.yml @@ -8,7 +8,7 @@ jobs: outputs: version: ${{ steps.version.outputs.version }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: fetch-depth: 0 diff --git a/.github/workflows/check_fix_push.yml b/.github/workflows/check_fix_push.yml index e5b12e3..5d227e8 100644 --- a/.github/workflows/check_fix_push.yml +++ b/.github/workflows/check_fix_push.yml @@ -13,7 +13,7 @@ jobs: if: | ${{ github.event.head_commit.message!='chore(actions): check_format_lint' }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: pnpm/action-setup@v4.0.0 with: diff --git a/.github/workflows/pull_request_check.yml b/.github/workflows/pull_request_check.yml index 94e8751..627c100 100644 --- a/.github/workflows/pull_request_check.yml +++ b/.github/workflows/pull_request_check.yml @@ -10,7 +10,7 @@ jobs: if: github.repository == 'MengNianxiaoyao/gkd-subscription' && github.event.pull_request.user.login != 'renovate[bot]' runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - name: Get changed files id: changed_files