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 a759704 + 86ece05 commit a45351eCopy full SHA for a45351e
.github/workflows/deploy.yaml
@@ -12,7 +12,7 @@ jobs:
12
name: Deploy
13
runs-on: ubuntu-latest
14
steps:
15
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
16
with:
17
persist-credentials: false
18
- uses: actions/setup-python@v6
.github/workflows/lint.yaml
@@ -30,7 +30,7 @@ jobs:
30
matrix:
31
python-version: ['3.10', '3.14']
32
33
34
35
36
.github/workflows/test.yaml
@@ -22,7 +22,7 @@ jobs:
22
23
24
25
26
27
28
0 commit comments