Skip to content

Commit 913e5c1

Browse files
Update actions/setup-python action to v6 (#36)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a35fecf commit 913e5c1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/lint-and-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
- uses: actions/checkout@v6
8686
- uses: actions-rust-lang/setup-rust-toolchain@v1
8787
- uses: Swatinem/rust-cache@v2
88-
- uses: actions/setup-python@v5
88+
- uses: actions/setup-python@v6
8989
with:
9090
python-version: '3.x'
9191
- name: Create virtual environment

0 commit comments

Comments
 (0)