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 cf601e9 + 18c235e commit 9ca392eCopy full SHA for 9ca392e
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v4
+ - uses: actions/checkout@v5
17
18
- name: Setup Python
19
uses: actions/setup-python@v5
.github/workflows/major-release-num.yml
@@ -9,7 +9,7 @@ jobs:
9
10
11
12
- name: Get major version num and update tag
run: |
0 commit comments