From 646410c84080e160ba249186d25c93bf56df0c81 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 21 Nov 2025 02:02:54 +0000 Subject: [PATCH] Bump actions/checkout from 5 to 6 Bumps [actions/checkout](https://github.com/actions/checkout) from 5 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/v5...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/pre-commit.yml | 2 +- .github/workflows/test_cluster.yml | 2 +- .github/workflows/test_cluster_mdbf.yml | 2 +- .github/workflows/test_default.yml | 2 +- .github/workflows/test_mdbf.yml | 2 +- .github/workflows/trigger-galaxy.yml | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 6981b0d..780b1ae 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -9,7 +9,7 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - uses: actions/setup-python@v6 with: python-version: "3.x" diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index 42d1f81..fedf547 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -35,7 +35,7 @@ jobs: - alpine-3.22 - alpine-edge steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/workflows/composite-action - name: Run molecule diff --git a/.github/workflows/test_cluster_mdbf.yml b/.github/workflows/test_cluster_mdbf.yml index 92ff063..0f106cb 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -49,7 +49,7 @@ jobs: - distro: ubuntu-24.04 mariadb-version: 10.6 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/workflows/composite-action - name: Run molecule diff --git a/.github/workflows/test_default.yml b/.github/workflows/test_default.yml index 2708f13..04c9380 100644 --- a/.github/workflows/test_default.yml +++ b/.github/workflows/test_default.yml @@ -39,7 +39,7 @@ jobs: - alpine-3.22 - alpine-edge steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/workflows/composite-action - name: Run molecule diff --git a/.github/workflows/test_mdbf.yml b/.github/workflows/test_mdbf.yml index e347200..a8d7c8f 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -59,7 +59,7 @@ jobs: mariadb-version: 11.4 steps: - - uses: actions/checkout@v5 + - uses: actions/checkout@v6 - name: Setup environment uses: ./.github/workflows/composite-action - name: Run molecule diff --git a/.github/workflows/trigger-galaxy.yml b/.github/workflows/trigger-galaxy.yml index 23a8a24..48892b3 100644 --- a/.github/workflows/trigger-galaxy.yml +++ b/.github/workflows/trigger-galaxy.yml @@ -13,7 +13,7 @@ jobs: steps: - name: "Checkout git repo" - uses: actions/checkout@v5 + uses: actions/checkout@v6 with: submodules: true fetch-depth: 0