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.
2 parents e8b12f8 + 81a5f82 commit 881fed4Copy full SHA for 881fed4
.github/workflows/lint.yaml
@@ -8,7 +8,7 @@ jobs:
8
matrix:
9
python-version: ['3.13']
10
steps:
11
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
12
- uses: actions/setup-python@v6
13
with:
14
python-version: ${{ matrix.python-version }}
.github/workflows/test.yaml
@@ -50,7 +50,7 @@ jobs:
50
ports:
51
- 1433:1433
52
53
54
- name: Set up Python
55
uses: actions/setup-python@v6
56
@@ -73,7 +73,7 @@ jobs:
73
docs:
74
runs-on: 'ubuntu-latest'
75
76
77
78
79
0 commit comments