From fc0f176f0deb4f473553ae71eac8ee33654d62e7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 11:29:24 +0000 Subject: build(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/codeql-analysis.yml | 2 +- .github/workflows/spellcheck.yml | 2 +- .github/workflows/test-next.yml | 4 ++-- .github/workflows/test.yml | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml index e748d2eb..57487eed 100644 --- a/.github/workflows/codeql-analysis.yml +++ b/.github/workflows/codeql-analysis.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/spellcheck.yml b/.github/workflows/spellcheck.yml index c8714e64..14b82781 100644 --- a/.github/workflows/spellcheck.yml +++ b/.github/workflows/spellcheck.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Codespell uses: codespell-project/actions-codespell@v2 with: diff --git a/.github/workflows/test-next.yml b/.github/workflows/test-next.yml index 7ca255c9..0e69c251 100644 --- a/.github/workflows/test-next.yml +++ b/.github/workflows/test-next.yml @@ -30,7 +30,7 @@ jobs: prepare: .github/prepare_debian.sh steps: - name: Git clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} @@ -68,7 +68,7 @@ jobs: - {"distro": "fedora:rawhide", "build": ".github/mock.sh"} steps: - name: Git clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index f9919b2d..1ac8aaf3 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -28,7 +28,7 @@ jobs: prepare: .github/prepare_debian.sh steps: - name: Git clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} @@ -69,7 +69,7 @@ jobs: # - {"distro": "oraclelinux:9", "build": ".github/mock.sh"} steps: - name: Git clone repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup tmate session, see https://github.com/marketplace/actions/debugging-with-tmate uses: mxschmitt/action-tmate@v3 if: ${{ github.event_name == 'workflow_dispatch' && inputs.debug_enabled }} -- cgit v1.2.3-74-g34f1