From 8e542861d89a3a341d5492d2d966dc2cecabe4ad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 15:54:24 +0000 Subject: [PATCH] Bump actions/checkout from 6 to 7 in the github-actions group Bumps the github-actions group with 1 update: [actions/checkout](https://github.com/actions/checkout). Updates `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 dependency-group: github-actions ... Signed-off-by: dependabot[bot] --- .github/workflows/build_n_deploy.yml | 2 +- .github/workflows/pip-audit.yml | 6 +++--- .github/workflows/pre-commit.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/build_n_deploy.yml b/.github/workflows/build_n_deploy.yml index d08a330..0d0680b 100644 --- a/.github/workflows/build_n_deploy.yml +++ b/.github/workflows/build_n_deploy.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Setup Python environment uses: actions/setup-python@v6 with: diff --git a/.github/workflows/pip-audit.yml b/.github/workflows/pip-audit.yml index feb7506..81943a9 100644 --- a/.github/workflows/pip-audit.yml +++ b/.github/workflows/pip-audit.yml @@ -13,7 +13,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] name: pip-audit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -84,7 +84,7 @@ jobs: python-version: [ "3.7" ] name: pip-audit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} @@ -160,7 +160,7 @@ jobs: - name: Get analysis timestamp id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 id: download with: diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 4469af1..50d3942 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -15,7 +15,7 @@ jobs: python-version: [ "3.8", "3.9", "3.10", "3.11", "3.12", "3.13" ] name: Pre-commit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 - uses: actions/setup-python@v6 @@ -100,7 +100,7 @@ jobs: python-version: [ "3.7" ] name: Pre-commit python ${{ matrix.python-version }} steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 with: fetch-depth: 100 - uses: actions/setup-python@v6 @@ -188,7 +188,7 @@ jobs: - name: Get analysis timestamp id: timestamp run: echo "timestamp=$(date -Is)" >> "$GITHUB_OUTPUT" - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: actions/download-artifact@v8 id: download with: