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 b5f3040 commit c657f83Copy full SHA for c657f83
.github/workflows/bump-version.yml
@@ -9,7 +9,7 @@ jobs:
9
bump_version:
10
runs-on: ubuntu-latest
11
steps:
12
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
13
14
- name: Set up Python
15
uses: actions/setup-python@v5
.github/workflows/python-test.yml
@@ -27,7 +27,7 @@ jobs:
27
fail-fast: false
28
runs-on: ${{ matrix.os }}
29
30
31
32
- name: Set up Python 3.10
33
@@ -57,7 +57,7 @@ jobs:
57
build:
58
59
60
61
62
63
0 commit comments