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 1333695 commit c07b6f3Copy full SHA for c07b6f3
2 files changed
.github/workflows/build.yaml
@@ -25,7 +25,7 @@ jobs:
25
with:
26
fetch-depth: 0
27
- name: Set up Python ${{ matrix.python-version }}
28
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
29
30
python-version: ${{ matrix.python-version }}
31
- name: Install dependencies
.github/workflows/lint.yaml
@@ -10,7 +10,7 @@ jobs:
10
steps:
11
- uses: actions/checkout@v5
12
- name: Set up Python
13
14
15
run: |
16
python -m pip install --upgrade pip
@@ -32,7 +32,7 @@ jobs:
32
33
34
35
36
37
38
0 commit comments