We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3b9ff1a + d3079bf commit 9e25473Copy full SHA for 9e25473
.github/workflows/automatic-release.yml
@@ -27,7 +27,7 @@ jobs:
27
git config --local user.email "action@github.com"
28
git config --local user.name "GitHub Action"
29
- name: Setup Python
30
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
31
with:
32
python-version: '3.12'
33
- name: Install prerequisites
.github/workflows/lint.yml
@@ -22,7 +22,7 @@ jobs:
22
23
fetch-depth: 0
24
25
26
python-version: "3.12"
cache: "pip"
0 commit comments