From ddfd958fcd5c0d1dad44169e2765afb573156128 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 08:38:17 +0000 Subject: [PATCH] chore(deps): Bump actions/checkout from 4 to 5 in the pipeline group Bumps the pipeline group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: pipeline ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-msg.yaml | 2 +- .github/workflows/commit.yaml | 4 ++-- .github/workflows/pre-commit.yml | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/commit-msg.yaml b/.github/workflows/commit-msg.yaml index c3a8eee..ff871f6 100644 --- a/.github/workflows/commit-msg.yaml +++ b/.github/workflows/commit-msg.yaml @@ -11,7 +11,7 @@ jobs: commitlint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/commit.yaml b/.github/workflows/commit.yaml index a7535c4..2ea5fcd 100644 --- a/.github/workflows/commit.yaml +++ b/.github/workflows/commit.yaml @@ -5,7 +5,7 @@ jobs: test: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 @@ -35,7 +35,7 @@ jobs: # needs: # - test # steps: -# - uses: actions/checkout@v4 +# - uses: actions/checkout@v5 # with: # fetch-depth: 0 # diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 0f781c5..d2229a9 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -5,7 +5,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0