Skip to content

Commit c1f44d8

Browse files
dependabot[bot]ktbarrett
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e98b82b commit c1f44d8

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/tests.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
matrix:
2020
os: [ubuntu-22.04, ubuntu-24.04]
2121
steps:
22-
- uses: actions/checkout@v5
22+
- uses: actions/checkout@v6
2323
- name: Install System Python
2424
run: |
2525
sudo apt install python3-dev python3-pip python3-venv
@@ -47,7 +47,7 @@ jobs:
4747
os: [windows-latest, macos-latest, ubuntu-latest]
4848
steps:
4949
- name: Checkout project
50-
uses: actions/checkout@v5
50+
uses: actions/checkout@v6
5151
- name: Install Python
5252
uses: actions/setup-python@v6
5353
with:
@@ -73,7 +73,7 @@ jobs:
7373
matrix:
7474
os: [ubuntu-latest, windows-latest, macos-latest]
7575
steps:
76-
- uses: actions/checkout@v5
76+
- uses: actions/checkout@v6
7777
- uses: conda-incubator/setup-miniconda@v3
7878
with:
7979
auto-update-conda: true
@@ -96,7 +96,7 @@ jobs:
9696
steps:
9797
- name: Install System Python and Git
9898
run: yum install -y python3-devel python3-pip python3 git
99-
- uses: actions/checkout@v5
99+
- uses: actions/checkout@v6
100100
- name: Install Testing Requirements
101101
run: python3 -m pip install nox
102102
- name: Run Tests
@@ -131,7 +131,7 @@ jobs:
131131
python:p
132132
python-pip:p
133133
update: true
134-
- uses: actions/checkout@v5
134+
- uses: actions/checkout@v6
135135
- name: Run tests
136136
run: |
137137
python -m venv .venv
@@ -158,7 +158,7 @@ jobs:
158158
apk add python3 python3-dev py3-pip py3-nox py3-attrs git
159159
apk add bash gpg curl
160160
- name: Download Source
161-
uses: actions/checkout@v5
161+
uses: actions/checkout@v6
162162
- name: Run Tests
163163
run: |
164164
nox -e tests
@@ -176,7 +176,7 @@ jobs:
176176
run: |
177177
brew install python git
178178
- name: Download Source
179-
uses: actions/checkout@v5
179+
uses: actions/checkout@v6
180180
- name: Build venv
181181
run: |
182182
python3 -m venv .venv
@@ -205,7 +205,7 @@ jobs:
205205
run: |
206206
pacman --noconfirm -Sy python python-pip git
207207
- name: Download Source
208-
uses: actions/checkout@v5
208+
uses: actions/checkout@v6
209209
- name: Create and activate environment
210210
run: |
211211
python -m venv .venv

0 commit comments

Comments
 (0)