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.
2 parents 1cd0428 + 358d1e3 commit b18ba6dCopy full SHA for b18ba6d
.github/workflows/automatic-release.yml
@@ -27,7 +27,7 @@ jobs:
27
git config --local user.email "[email protected]"
28
git config --local user.name "GitHub Action"
29
- name: Setup Python
30
- uses: actions/setup-python@v4
+ uses: actions/setup-python@v5
31
with:
32
python-version: '3.8'
33
- name: Install prerequisites
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
23
fetch-depth: 0
24
25
26
python-version: "3.8"
cache: "pip"
0 commit comments