From 86ba472209446369a989f81e6a656cf70dd049e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 17 Aug 2025 10:56:55 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 4 to 5 in the dependencies group Bumps the dependencies group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/step.yml | 2 +- .github/workflows/test.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/step.yml b/.github/workflows/step.yml index 5e62e1b..c077211 100644 --- a/.github/workflows/step.yml +++ b/.github/workflows/step.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out codebase - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Get latest step-cli release id: step_release diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 831acb9..eb322ec 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -33,7 +33,7 @@ jobs: MOLECULE_IMAGE: trfore/docker-${{ inputs.distro }}-systemd steps: - name: Check out codebase - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Setup python 3 uses: actions/setup-python@v5