Skip to content

Commit 8dad281

Browse files
⬆️ Update actions/setup-python action to v5 (#104)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent a92d9e2 commit 8dad281

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/linting.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
run: pipx install poetry
2323
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v4.8.0
25+
uses: actions/setup-python@v5.0.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: "poetry"
@@ -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@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
48+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # 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@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 # v4
91+
uses: actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5
9292
with:
9393
python-version: ${{ env.DEFAULT_PYTHON }}
9494
cache: "poetry"

0 commit comments

Comments
 (0)