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 003846b commit 5329bd5Copy full SHA for 5329bd5
.github/workflows/publish-new-version.yml
@@ -12,7 +12,7 @@ jobs:
12
with:
13
fetch-depth: 0
14
- name: Set up Python
15
- uses: actions/setup-python@v3
+ uses: actions/setup-python@v4
16
17
python-version: "3.x"
18
- name: Install dependencies
.github/workflows/publish-next.yml
@@ -13,7 +13,7 @@ jobs:
19
0 commit comments