Skip to content

Commit 24ce069

Browse files
chore(deps): update actions/setup-python digest to 0b93645
1 parent 208ad03 commit 24ce069

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
@@ -22,7 +22,7 @@ jobs:
2222
working-directory: ironic-images/ipa-debian-bookworm
2323
steps:
2424
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
25-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
25+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
2626
id: setup-python
2727
with:
2828
python-version: '3.11'

.github/workflows/code-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
4343
- run: pipx install poetry==1.7.1 && poetry self add 'poetry-dynamic-versioning[plugin]'
44-
- uses: actions/setup-python@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
44+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4545
with:
4646
python-version-file: python/${{ matrix.project }}/pyproject.toml
4747
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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
37+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # 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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
17+
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
1818
id: setup-python
1919
with:
2020
python-version: '3.11'

0 commit comments

Comments
 (0)