Skip to content

Commit f75f5cb

Browse files
⬆️ Update actions/setup-python digest to 0b93645
1 parent bcf4019 commit f75f5cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/linting.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
run: pipx install poetry
4646
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4747
id: python
48-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
48+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
4949
with:
5050
python-version: ${{ env.DEFAULT_PYTHON }}
5151
cache: "poetry"
@@ -88,7 +88,7 @@ jobs:
8888
run: pipx install poetry
8989
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
9090
id: python
91-
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
91+
uses: actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494
cache: "poetry"

0 commit comments

Comments
 (0)