From 7f3d51f668973cbeaea1ec57f3b58992d9d546c0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 09:28:47 +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/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 94d4c51..6bacca5 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@v4 + - uses: actions/checkout@v5 - uses: actions/setup-python@v5 with: python-version: "3.x" diff --git a/.github/workflows/test_cluster.yml b/.github/workflows/test_cluster.yml index 6553c9a..ad96716 100644 --- a/.github/workflows/test_cluster.yml +++ b/.github/workflows/test_cluster.yml @@ -34,7 +34,7 @@ jobs: - alpine-3.21 - alpine-3.22 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 845a3a0..5e31576 100644 --- a/.github/workflows/test_cluster_mdbf.yml +++ b/.github/workflows/test_cluster_mdbf.yml @@ -46,7 +46,7 @@ jobs: - distro: ubuntu-24.04 mariadb-version: 10.6 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 54541f8..36788fe 100644 --- a/.github/workflows/test_default.yml +++ b/.github/workflows/test_default.yml @@ -37,7 +37,7 @@ jobs: - alpine-3.21 - alpine-3.22 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 c1ab38f..753f3fa 100644 --- a/.github/workflows/test_mdbf.yml +++ b/.github/workflows/test_mdbf.yml @@ -63,7 +63,7 @@ jobs: mariadb-version: 11.4 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - 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 32c2700..23a8a24 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@v4 + uses: actions/checkout@v5 with: submodules: true fetch-depth: 0