From 4d12ea12b7cfd50af2b2a4e4ad9a6e892d5d624f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 10:03:20 +0000 Subject: [PATCH] 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/mainline-compile.yml | 2 +- .github/workflows/mainline-format.yml | 2 +- .github/workflows/mainline-lint.yml | 2 +- .github/workflows/mainline-prepare.yml | 2 +- .github/workflows/version-increment.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/mainline-compile.yml b/.github/workflows/mainline-compile.yml index 0986cd2f..01694790 100644 --- a/.github/workflows/mainline-compile.yml +++ b/.github/workflows/mainline-compile.yml @@ -21,7 +21,7 @@ jobs: steps: - name: Checkout code - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: submodules: true fetch-depth: 0 diff --git a/.github/workflows/mainline-format.yml b/.github/workflows/mainline-format.yml index 4183bb57..78871257 100644 --- a/.github/workflows/mainline-format.yml +++ b/.github/workflows/mainline-format.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Fix permissions run: chown -R ci:ci "$GITHUB_WORKSPACE" diff --git a/.github/workflows/mainline-lint.yml b/.github/workflows/mainline-lint.yml index 17c8d592..903e0a01 100644 --- a/.github/workflows/mainline-lint.yml +++ b/.github/workflows/mainline-lint.yml @@ -15,7 +15,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: fetch-depth: 0 submodules: true diff --git a/.github/workflows/mainline-prepare.yml b/.github/workflows/mainline-prepare.yml index bf062ee4..ec6535b6 100644 --- a/.github/workflows/mainline-prepare.yml +++ b/.github/workflows/mainline-prepare.yml @@ -12,7 +12,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Log in to GHCR uses: docker/login-action@v3 diff --git a/.github/workflows/version-increment.yml b/.github/workflows/version-increment.yml index 8d21cb58..4ccb4c41 100644 --- a/.github/workflows/version-increment.yml +++ b/.github/workflows/version-increment.yml @@ -30,7 +30,7 @@ jobs: contains(github.event.head_commit.message, '[ci-major-increase]') steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0