We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d1dc1a4 commit 94e9731Copy full SHA for 94e9731
2 files changed
.github/workflows/ci.yml
@@ -10,7 +10,7 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout
13
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
14
15
- name: Setup Python
16
uses: actions/setup-python@v5
@@ -29,7 +29,7 @@ jobs:
29
python-version: [ "3.11", "3.12", "3.13"]
30
31
32
33
34
- name: Set up Python ${{ matrix.python-version }}
35
.github/workflows/publish.yml
0 commit comments