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 6983482 commit 36bcb8dCopy full SHA for 36bcb8d
.github/workflows/python-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
runs-on: ubuntu-latest
22
23
steps:
24
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v6
25
- name: Set up Python
26
uses: actions/setup-python@v5
27
with:
.github/workflows/test.yml
@@ -10,7 +10,7 @@ jobs:
10
pre-commit:
11
12
13
14
- name: Install dependencies
15
run: |
16
set -euxo pipefail
@@ -33,7 +33,7 @@ jobs:
33
- "3.13.0-alpha - 3.13"
34
- "pypy-3.10"
35
36
37
- uses: excitedleigh/[email protected]
38
- uses: actions/setup-python@v5
39
0 commit comments