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 3584b3b commit b117166Copy full SHA for b117166
.github/workflows/autoupdate.yml
@@ -11,7 +11,7 @@ jobs:
11
runs-on: blacksmith-2vcpu-ubuntu-2404
12
steps:
13
- name: Checkout repo
14
- uses: actions/checkout@v4
+ uses: actions/checkout@v5
15
16
- name: Fetch latest Python 3.12 release
17
if: ${{ github.event.schedule == '0 18 10 2-12/2 *' || github.event_name == 'workflow_dispatch' }}
.github/workflows/publish-3.12.yml
@@ -21,7 +21,7 @@ jobs:
21
22
23
- name: Checkout
24
25
26
- name: Extract version number
27
id: tags
.github/workflows/publish-3.13.yml
0 commit comments