Skip to content

Commit 2b53c10

Browse files
build(deps): bump actions/setup-python in the actions group (#88)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 28d055e commit 2b53c10

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
with:
1414
persist-credentials: false
1515

16-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
16+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
1717
with:
1818
python-version-file: pyproject.toml
1919
cache: "pip"

.github/workflows/lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
persist-credentials: false
1616

17-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
17+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
1818
with:
1919
python-version-file: pyproject.toml
2020
cache: "pip"

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
with:
1717
persist-credentials: false
1818

19-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
19+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2020
with:
2121
python-version-file: pyproject.toml
2222
cache: "pip"

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
with:
2525
persist-credentials: false
2626

27-
- uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
27+
- uses: actions/setup-python@42375524e23c412d93fb67b49958b491fce71c38 # v5
2828
with:
2929
python-version: ${{ matrix.python }}
3030
cache: "pip"

0 commit comments

Comments
 (0)