Skip to content

Commit abf472b

Browse files
chore(deps): update actions/setup-python digest to ece7cb0
1 parent 888eada commit abf472b

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
97+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # 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@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
5050
- uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0
51-
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
51+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
5252
with:
5353
python-version-file: python/${{ matrix.project }}/pyproject.toml
5454
- run: uv sync

.github/workflows/helm-chart-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
version: v3.18.4
3131

3232
- name: Set up Python
33-
uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
33+
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3434
with:
3535
python-version: "3.12"
3636
check-latest: true

.github/workflows/properdocs.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@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6
37+
- uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6
3838
with:
3939
python-version: 3.x
4040
cache: pip

0 commit comments

Comments
 (0)