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 8a06050 + 3b96745 commit 0499de3Copy full SHA for 0499de3
.github/actions/release-initialise/action.yml
@@ -16,9 +16,9 @@ runs:
16
shell: bash
17
18
- name: Set up Python
19
- uses: actions/setup-python@v5
+ uses: actions/setup-python@v6
20
with:
21
- python-version: 3.12
+ python-version: '3.12'
22
23
- name: Install dependencies
24
run: |
.github/workflows/post-release-mergeback.yml
@@ -48,6 +48,9 @@ jobs:
48
49
fetch-depth: 0 # ensure we have all tags and can push commits
50
- uses: actions/setup-node@v6
51
+ - uses: actions/setup-python@v6
52
+ with:
53
54
55
- name: Update git config
56
0 commit comments