Skip to content

Commit c1cc2b6

Browse files
authored
Use actions/setup-python@v5
Per actions/setup-python#1085 Should resolve the recent build failures
1 parent 2737d6f commit c1cc2b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- uses: actions/checkout@v4
2222

2323
- name: Set up Python 3.10
24-
uses: actions/setup-python@v3
24+
uses: actions/setup-python@v5
2525
with:
2626
python-version: "3.10"
2727
cache: 'pip' # caching pip dependencies, https://github.com/actions/setup-python#caching-packages-dependencies

0 commit comments

Comments
 (0)