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 9ed2a52 commit bc533b8Copy full SHA for bc533b8
.github/workflows/ci.yml
@@ -15,7 +15,7 @@ jobs:
15
lint:
16
runs-on: ubuntu-latest
17
steps:
18
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v6
19
20
- name: Install Python
21
uses: actions/setup-python@v5
@@ -52,7 +52,7 @@ jobs:
52
runs-on: ${{ matrix.os }}
53
54
55
56
57
- name: Install Python ${{ matrix.python-version }}
58
@@ -86,7 +86,7 @@ jobs:
86
if: ${{ github.ref_type == 'tag' }}
87
88
89
90
with:
91
fetch-depth: 0
92
0 commit comments