We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9cded07 commit 296f90bCopy full SHA for 296f90b
1 file changed
.github/workflows/auto-publish.yml
@@ -13,10 +13,10 @@ jobs:
13
steps:
14
- name: Checking out the repository
15
uses: actions/checkout@v4
16
- - name: Setting up Python 3.9
+ - name: Setting up Python 3.12
17
uses: actions/setup-python@v5
18
with:
19
- python-version: '3.9'
+ python-version: '3.12'
20
- name: Installing and updating Bikeshed
21
run: pip3 install bikeshed && bikeshed update
22
shell: bash
0 commit comments