From 98b9575b148b99c9a1bb7dffea7ba3d952f60a04 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 19:00:37 +0000 Subject: [PATCH] Bump actions/checkout from 4 to 5 Bumps [actions/checkout](https://github.com/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 ... 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 614880d..f3e6847 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@v4 + - uses: actions/checkout@v5 - 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@v4 + uses: actions/checkout@v5 - name: Install Python uses: actions/setup-python@v5 with: @@ -73,7 +73,7 @@ jobs: matrix: os: [ubuntu-latest, windows-latest, macos-latest] steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - uses: conda-incubator/setup-miniconda@v3 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@v4 + - uses: actions/checkout@v5 - name: Install Testing Requirements run: python3 -m pip install nox - name: Run Tests @@ -131,7 +131,7 @@ jobs: python:p python-pip:p update: true - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Run tests run: | python -m venv .venv @@ -158,7 +158,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@v4 + uses: actions/checkout@v5 - name: Run Tests run: | nox -e tests @@ -176,7 +176,7 @@ jobs: run: | brew install python git - name: Download Source - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Build venv run: | python3 -m venv .venv @@ -205,7 +205,7 @@ jobs: run: | pacman --noconfirm -Sy python python-pip git - name: Download Source - uses: actions/checkout@v4 + uses: actions/checkout@v5 - name: Create and activate environment run: | python -m venv .venv