Skip to content

Commit bfdf78f

Browse files
committed
Upgrade python setup to v5
actions/setup-python#1085
1 parent 2a9e3cc commit bfdf78f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.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@v3
1212
- name: Install dependencies
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v5
1414
with:
1515
python-version: '3.9'
1616
cache: 'pip'

0 commit comments

Comments
 (0)