We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 468023f commit c628d22Copy full SHA for c628d22
.github/workflows/pythonapp.yml
@@ -15,7 +15,7 @@ jobs:
15
16
steps:
17
- uses: actions/checkout@v4
18
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
19
with:
20
python-version: "3.10"
21
cache: "pip" # caching pip dependencies
0 commit comments