Skip to content

Commit 738c834

Browse files
chore(deps): update actions/setup-python digest to 4237552 (#173)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent afccb88 commit 738c834

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
submodules: recursive
3838

3939
- name: Set up Python ${{ matrix.python-version }}
40-
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
40+
uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
4141
with:
4242
python-version: ${{ matrix.python-version }}
4343
cache: "pip"
@@ -73,7 +73,7 @@ jobs:
7373

7474
steps:
7575
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
76-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
76+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
7777
with:
7878
python-version: "3.11"
7979
cache: "pip"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
with:
5252
submodules: recursive
5353

54-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
54+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
5555
with:
5656
python-version: '3.13'
5757

0 commit comments

Comments
 (0)