Skip to content

Commit 98f71f0

Browse files
Update actions/setup-python action to v6
1 parent 5c043af commit 98f71f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pythonapp.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
steps:
1111
- uses: actions/checkout@v5
1212
- name: Set up Python 3.7
13-
uses: actions/setup-python@v5
13+
uses: actions/setup-python@v6
1414
with:
1515
python-version: 3.13
1616
- name: Install dependencies

0 commit comments

Comments
 (0)