From 2d36e96a05ed00ad98231335ac405986ad960f3a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Oct 2025 06:08:33 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/check-semgrep.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/release.yml | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/check-semgrep.yml b/.github/workflows/check-semgrep.yml index f6536f816..4d4f02ee5 100644 --- a/.github/workflows/check-semgrep.yml +++ b/.github/workflows/check-semgrep.yml @@ -29,7 +29,7 @@ jobs: continue-on-error: true if: (github.actor != 'dependabot[bot]') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true - run: semgrep ci diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7e67d228b..4623ed640 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -24,7 +24,7 @@ jobs: runs-on: ubuntu-24.04 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 9b55aebf2..bb59de275 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -24,7 +24,7 @@ jobs: release_name: ${{ steps.release_meta.outputs.RELEASE_NAME }} tag_name: ${{ steps.release_meta.outputs.TAG_NAME }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: submodules: true @@ -136,7 +136,7 @@ jobs: - Target: openbsd/arm64 steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true @@ -216,7 +216,7 @@ jobs: password: ${{ secrets.ALIYUN_PASSWORD }} - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true