Skip to content

Commit ca4875e

Browse files
Merge pull request #1261 from rackerlabs/renovate/actions-setup-python-6.x
chore(deps): update actions/setup-python action to v6
2 parents 152731f + 94f732a commit ca4875e

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/build-ironic-images.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
echo "release=${imagename##*-}" >> $GITHUB_ENV
9595
9696
- name: Setup python environment
97-
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
97+
uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
9898
id: setup-python
9999
with:
100100
python-version: '3.11'

.github/workflows/code-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
steps:
4949
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
5050
- uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6
51-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
51+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
5252
with:
5353
python-version-file: python/${{ matrix.project }}/pyproject.toml
5454
- run: uv sync

.github/workflows/mkdocs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
files: docs
3636
config_file: .markdownlint.yml
37-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
37+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
3838
with:
3939
python-version: 3.x
4040
cache: pip

.github/workflows/pre-commit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5
17-
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5
17+
- uses: actions/setup-python@e797f83bcb11b83ae66e0230d6156d7c80228e7c # v6
1818
id: setup-python
1919
with:
2020
python-version: '3.11'

0 commit comments

Comments
 (0)