From 45fd5cb24bab39614aacae5eeb50f158ec9eb3c4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 12 Aug 2025 15:16:06 +0000 Subject: [PATCH] build(deps): bump actions/checkout from 4 to 5 in the actions group Bumps the actions 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: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/cd.yml | 2 +- .github/workflows/reusable-change-detection.yml | 2 +- .github/workflows/reusable-docs.yml | 2 +- .github/workflows/reusable-pytest.yml | 2 +- .github/workflows/reusable-type.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index 9c427493..d7cd30d2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -13,7 +13,7 @@ jobs: dist: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: hynek/build-and-inspect-python-package@v2 diff --git a/.github/workflows/reusable-change-detection.yml b/.github/workflows/reusable-change-detection.yml index eced8417..224aacd4 100644 --- a/.github/workflows/reusable-change-detection.yml +++ b/.github/workflows/reusable-change-detection.yml @@ -18,7 +18,7 @@ jobs: run-docs: ${{ steps.docs-changes.outputs.run-docs || false }} run-tests: ${{ steps.tests-changes.outputs.run-tests || false }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Get a list of the changed runtime-related files if: github.event_name == 'pull_request' id: changed-testable-files diff --git a/.github/workflows/reusable-docs.yml b/.github/workflows/reusable-docs.yml index 8bf6d6e9..6ae6c0f5 100644 --- a/.github/workflows/reusable-docs.yml +++ b/.github/workflows/reusable-docs.yml @@ -9,7 +9,7 @@ jobs: PY_COLORS: 1 TOX_PARALLEL_NO_SPINNER: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Python 3.12 uses: actions/setup-python@v5 diff --git a/.github/workflows/reusable-pytest.yml b/.github/workflows/reusable-pytest.yml index df8e6487..77d399f3 100644 --- a/.github/workflows/reusable-pytest.yml +++ b/.github/workflows/reusable-pytest.yml @@ -39,7 +39,7 @@ jobs: }} steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 with: fetch-depth: 0 diff --git a/.github/workflows/reusable-type.yml b/.github/workflows/reusable-type.yml index a3879e63..cc14d88e 100644 --- a/.github/workflows/reusable-type.yml +++ b/.github/workflows/reusable-type.yml @@ -9,7 +9,7 @@ jobs: PY_COLORS: 1 TOX_PARALLEL_NO_SPINNER: 1 steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Setup Python 3.9 uses: actions/setup-python@v5