From 3d44b9569c5592f291008c1149d490ad757d2d28 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 25 Aug 2025 12:06:08 +0200 Subject: [PATCH] Bump actions/checkout from 4 to 5 in the ci group (#1120) Bumps the ci 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: ci ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/docker-images.yml | 2 +- .github/workflows/nox.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/docker-images.yml b/.github/workflows/docker-images.yml index 3c982c4f..6e10215d 100644 --- a/.github/workflows/docker-images.yml +++ b/.github/workflows/docker-images.yml @@ -45,7 +45,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false diff --git a/.github/workflows/nox.yml b/.github/workflows/nox.yml index 3d8a9c9f..d0b1e08b 100644 --- a/.github/workflows/nox.yml +++ b/.github/workflows/nox.yml @@ -21,7 +21,7 @@ jobs: name: "Run extra sanity tests" steps: - name: Check out collection - uses: actions/checkout@v4 + uses: actions/checkout@v5 with: persist-credentials: false - name: Run nox