From 56c8d8440ee5d802398fb0f056aa905640cad671 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 12:13:46 +0000 Subject: [PATCH] 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/tests.yml | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 3f1ad92..cda98ba 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: matrix: os: [ubuntu-22.04, ubuntu-24.04] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install System Python run: | sudo apt install python3-dev python3-pip python3-venv @@ -47,7 +47,7 @@ jobs: os: [windows-latest, macos-latest, ubuntu-latest] steps: - name: Checkout project - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Install Python uses: actions/setup-python@v6 with: @@ -73,7 +73,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - uses: conda-incubator/setup-miniconda@v4 with: auto-update-conda: true @@ -96,7 +96,7 @@ jobs: steps: - name: Install System Python and Git run: yum install -y python3-devel python3-pip python3 git - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Install Testing Requirements run: python3 -m pip install nox - name: Run Tests @@ -130,7 +130,7 @@ jobs: python:p python-pip:p update: true - - uses: actions/checkout@v6 + - uses: actions/checkout@v7 - name: Run tests run: | python -m venv .venv @@ -157,7 +157,7 @@ jobs: apk add python3 python3-dev py3-pip py3-nox py3-attrs git apk add bash gpg curl - name: Download Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Run Tests run: | nox -e tests @@ -175,7 +175,7 @@ jobs: run: | brew install python git - name: Download Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Build venv run: | python3 -m venv .venv @@ -204,7 +204,7 @@ jobs: run: | pacman --noconfirm -Sy python python-pip git - name: Download Source - uses: actions/checkout@v6 + uses: actions/checkout@v7 - name: Create and activate environment run: | python -m venv .venv