Skip to content

Commit 1a24d67

Browse files
Merge pull request #823 from rackerlabs/renovate/actions-setup-python-digest
chore(deps): update actions/setup-python digest to 8d9ed9a
2 parents 733015d + df15f2f commit 1a24d67

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@42375524e23c412d93fb67b49958b491fce71c38 # v5
97+
uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
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
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
3939
- run: pipx install poetry==1.7.1 && poetry self add 'poetry-dynamic-versioning[plugin]'
40-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
40+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
4141
with:
4242
python-version-file: python/${{ matrix.project }}/pyproject.toml
4343
cache: "poetry"

.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@42375524e23c412d93fb67b49958b491fce71c38 # v5
37+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
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@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
17-
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
17+
- uses: actions/setup-python@8d9ed9ac5c53483de85588cdf95a591a75ab9f55 # v5
1818
id: setup-python
1919
with:
2020
python-version: '3.11'

0 commit comments

Comments
 (0)