Skip to content

Commit c17a430

Browse files
⬆️ Update actions/setup-python action to v6.3.0
1 parent 0039567 commit c17a430

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222

2323
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
2424
id: python
25-
uses: actions/setup-python@v6.2.0
25+
uses: actions/setup-python@v6.3.0
2626
with:
2727
python-version: ${{ env.DEFAULT_PYTHON }}
2828
cache: "poetry"
@@ -50,7 +50,7 @@ jobs:
5050

5151
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
5252
id: python
53-
uses: actions/setup-python@v6.2.0
53+
uses: actions/setup-python@v6.3.0
5454
with:
5555
python-version: ${{ env.DEFAULT_PYTHON }}
5656
cache: "poetry"
@@ -81,7 +81,7 @@ jobs:
8181

8282
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
8383
id: python
84-
uses: actions/setup-python@v6.2.0
84+
uses: actions/setup-python@v6.3.0
8585
with:
8686
python-version: ${{ env.DEFAULT_PYTHON }}
8787
cache: "poetry"
@@ -145,7 +145,7 @@ jobs:
145145

146146
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
147147
id: python
148-
uses: actions/setup-python@v6.2.0
148+
uses: actions/setup-python@v6.3.0
149149
with:
150150
python-version: ${{ env.DEFAULT_PYTHON }}
151151
cache: "poetry"
@@ -173,7 +173,7 @@ jobs:
173173

174174
- name: Set up Python ${{ env.DEFAULT_PYTHON }}
175175
id: python
176-
uses: actions/setup-python@v6.2.0
176+
uses: actions/setup-python@v6.3.0
177177
with:
178178
python-version: ${{ env.DEFAULT_PYTHON }}
179179
cache: "poetry"

0 commit comments

Comments
 (0)