Skip to content

Commit b93f100

Browse files
⬆️ Update actions/setup-python action to v6
1 parent 08434db commit b93f100

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/linting.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
run: pipx install poetry
2222
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
2323
id: python
24-
uses: actions/setup-python@v5.6.0
24+
uses: actions/setup-python@v6.2.0
2525
with:
2626
python-version: ${{ env.DEFAULT_PYTHON }}
2727
cache: "poetry"
@@ -46,7 +46,7 @@ jobs:
4646
run: pipx install poetry
4747
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
4848
id: python
49-
uses: actions/setup-python@v5.6.0
49+
uses: actions/setup-python@v6.2.0
5050
with:
5151
python-version: ${{ env.DEFAULT_PYTHON }}
5252
cache: "poetry"
@@ -85,7 +85,7 @@ jobs:
8585
run: pipx install poetry
8686
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
8787
id: python
88-
uses: actions/setup-python@v5.6.0
88+
uses: actions/setup-python@v6.2.0
8989
with:
9090
python-version: ${{ env.DEFAULT_PYTHON }}
9191
cache: "poetry"
@@ -108,7 +108,7 @@ jobs:
108108
run: pipx install poetry
109109
- name: 🏗 Set up Python ${{ env.DEFAULT_PYTHON }}
110110
id: python
111-
uses: actions/setup-python@v5.6.0
111+
uses: actions/setup-python@v6.2.0
112112
with:
113113
python-version: ${{ env.DEFAULT_PYTHON }}
114114
cache: "poetry"

0 commit comments

Comments
 (0)