Skip to content
This repository was archived by the owner on Mar 13, 2026. It is now read-only.

Commit 2106987

Browse files
authored
chore(deps): update actions/setup-python action to v5 (#501)
1 parent b44be10 commit 2106987

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/test_suite.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -139,7 +139,7 @@ jobs:
139139
- name: Checkout code
140140
uses: actions/checkout@v4
141141
- name: Setup Python
142-
uses: actions/setup-python@v4
142+
uses: actions/setup-python@v5
143143
with:
144144
python-version: 3.12
145145
- name: Install nox

0 commit comments

Comments
 (0)