Skip to content

Commit 2106987

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_suite.yml

+1-1
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)