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