Skip to content

Commit a430393

Browse files
⬆️ Update actions/setup-python digest to f677139
1 parent 87c50d7 commit a430393

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # 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@f677139bbe7f9c59b41e40162b753c062f5d49a3 # v5
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494
cache: "poetry"

0 commit comments

Comments
 (0)