From 95d4a34ef0cf325713227223dab5d39af03d935e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 16:05:52 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 6. - [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...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-bash.yaml | 2 +- .github/workflows/ci-golang.yaml | 2 +- .github/workflows/ci-java.yaml | 2 +- .github/workflows/ci-python.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci-bash.yaml b/.github/workflows/ci-bash.yaml index 0bc04e9..b4f2615 100644 --- a/.github/workflows/ci-bash.yaml +++ b/.github/workflows/ci-bash.yaml @@ -12,7 +12,7 @@ jobs: name: Bash CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: diff --git a/.github/workflows/ci-golang.yaml b/.github/workflows/ci-golang.yaml index 45f4798..cd4746c 100644 --- a/.github/workflows/ci-golang.yaml +++ b/.github/workflows/ci-golang.yaml @@ -12,7 +12,7 @@ jobs: name: Golang CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: diff --git a/.github/workflows/ci-java.yaml b/.github/workflows/ci-java.yaml index 58de22e..bfa7ed0 100644 --- a/.github/workflows/ci-java.yaml +++ b/.github/workflows/ci-java.yaml @@ -14,7 +14,7 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: diff --git a/.github/workflows/ci-python.yaml b/.github/workflows/ci-python.yaml index bbdcdbe..6ba019b 100644 --- a/.github/workflows/ci-python.yaml +++ b/.github/workflows/ci-python.yaml @@ -12,7 +12,7 @@ jobs: name: Python CI runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - uses: dorny/paths-filter@v3 id: changes with: