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 a11fabb + 5585c57 commit f94aeaaCopy full SHA for f94aeaa
2 files changed
.github/workflows/build.yml
@@ -13,7 +13,7 @@ jobs:
13
runs-on: ubuntu-latest
14
15
steps:
16
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
17
18
- name: Setup Python
19
uses: actions/setup-python@v4
.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