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 e36d338 + 2c25369 commit 7aff39eCopy full SHA for 7aff39e
.github/actions/release-initialise/action.yml
@@ -18,12 +18,12 @@ runs:
18
- name: Set up Python
19
uses: actions/setup-python@v5
20
with:
21
- python-version: 3.8
+ python-version: 3.12
22
23
- name: Install dependencies
24
run: |
25
python -m pip install --upgrade pip
26
- pip install PyGithub==1.55 requests
+ pip install PyGithub==2.3.0 requests
27
shell: bash
28
29
- name: Update git config
0 commit comments