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 4cba100 commit be96b4dCopy full SHA for be96b4d
.github/workflows/main.yml
@@ -19,7 +19,7 @@ jobs:
19
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
20
21
- name: Set up Python ${{ matrix.python-version }}
22
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
23
with:
24
python-version: ${{ matrix.python-version }}
25
.github/workflows/release.yml
@@ -27,7 +27,7 @@ jobs:
27
node-version: 'lts/*'
28
cache: 'npm'
29
- name: Setup Python
30
31
32
python-version: '3.11'
33
- name: Install dependencies
0 commit comments