Skip to content

Commit bba70b6

Browse files
chore(deps): update actions/setup-python digest to 4237552 (#136)
Co-authored-by: msclock-bot[bot] <163820484+msclock-bot[bot]@users.noreply.github.com>
1 parent abdbb96 commit bba70b6

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
with:
2828
fetch-depth: 0
2929

30-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
30+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
3131
with:
3232
python-version: 3.x
3333

@@ -69,7 +69,7 @@ jobs:
6969
key: codecov-${{ hashFiles('vcpkg.json') }}
7070
restore-keys: codecov-${{ hashFiles('vcpkg.json') }}
7171

72-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
72+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
7373
with:
7474
python-version: 3.x
7575

@@ -106,7 +106,7 @@ jobs:
106106
key: docs-${{ hashFiles('vcpkg.json') }}
107107
restore-keys: docs-${{ hashFiles('vcpkg.json') }}
108108

109-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
109+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
110110
with:
111111
python-version: 3.x
112112

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
key: codeql-${{ hashFiles('vcpkg.json') }}
6464
restore-keys: codeql-${{ hashFiles('vcpkg.json') }}
6565

66-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
66+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
6767
with:
6868
python-version: 3.x
6969

.github/workflows/pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
key: cd-pages-${{ hashFiles('vcpkg.json') }}
4646
restore-keys: cd-pages-${{ hashFiles('vcpkg.json') }}
4747

48-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
48+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
4949
with:
5050
python-version: 3.x
5151

0 commit comments

Comments
 (0)