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 c8a0017 commit 0bb2cf0Copy full SHA for 0bb2cf0
.github/workflows/build-ironic-images.yaml
@@ -97,7 +97,7 @@ jobs:
97
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
98
id: setup-python
99
with:
100
- python-version: '3.11'
+ python-version: '3.13'
101
cache: 'pip'
102
103
- name: Install Dependencies
.github/workflows/pre-commit.yml
@@ -17,7 +17,7 @@ jobs:
17
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
18
19
20
21
22
- uses: actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4
23
0 commit comments