From 04aa7ac5d2112b703dc8b2e7b4d610b416ea00e1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:33:56 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6 to 7 Bumps [actions/checkout](https://github.com/actions/checkout) from 6 to 7. - [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/v6...v7) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/Releases.yml | 2 +- .github/workflows/RunTest.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/Releases.yml b/.github/workflows/Releases.yml index 002b4ed..9b0fee7 100644 --- a/.github/workflows/Releases.yml +++ b/.github/workflows/Releases.yml @@ -13,7 +13,7 @@ jobs: steps: - name: Check out repository - uses: actions/checkout@v6 + uses: actions/checkout@v7 with: fetch-depth: 0 # ensure full history & tags diff --git a/.github/workflows/RunTest.yaml b/.github/workflows/RunTest.yaml index 856fb89..880d389 100644 --- a/.github/workflows/RunTest.yaml +++ b/.github/workflows/RunTest.yaml @@ -20,7 +20,7 @@ jobs: python-version: ["3.11", "3.12", "3.13"] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Set up Python ${{ matrix.python-version }} uses: actions/setup-python@v6 with: