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 e214752 commit f1ffacbCopy full SHA for f1ffacb
.github/workflows/ci.yml
@@ -27,10 +27,10 @@ jobs:
27
name: Format
28
runs-on: ubuntu-latest
29
steps:
30
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
31
with:
32
fetch-depth: 0
33
- - uses: actions/setup-python@v5
+ - uses: actions/setup-python@v6
34
35
python-version: "3.x"
36
- uses: pre-commit/[email protected]
@@ -48,11 +48,11 @@ jobs:
48
runs-on: [ubuntu-latest]
49
50
51
52
53
54
55
56
57
python-version: ${{ matrix.python-version }}
58
allow-prereleases: true
0 commit comments