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 e87224a + b962174 commit 53d3befCopy full SHA for 53d3bef
.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
30
os: 'ubuntu-24.04'
31
32
steps:
33
- - uses: actions/checkout@v5
+ - uses: actions/checkout@v6
34
- name: setup python
35
uses: actions/setup-python@v6
36
with:
.github/workflows/publish_pypi.yml
@@ -12,7 +12,7 @@ jobs:
12
13
14
- name: Checkout
15
- uses: actions/checkout@v5
+ uses: actions/checkout@v6
16
17
18
0 commit comments