Skip to content

Commit 455223e

Browse files
chore(deps): update actions/setup-python action to v5.5.0
1 parent 84b1de7 commit 455223e

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/checks.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/[email protected]
1919
- name: Set up Python
20-
uses: actions/setup-python@v5.4.0
20+
uses: actions/setup-python@v5.5.0
2121
with:
2222
python-version: ${{ matrix.python }}
2323

@@ -76,7 +76,7 @@ jobs:
7676
steps:
7777
- uses: actions/[email protected]
7878
- name: Set up Python
79-
uses: actions/setup-python@v5.4.0
79+
uses: actions/setup-python@v5.5.0
8080
with:
8181
python-version: "3.9"
8282

@@ -164,7 +164,7 @@ jobs:
164164
steps:
165165
- uses: actions/[email protected]
166166
- name: Set up Python
167-
uses: actions/setup-python@v5.4.0
167+
uses: actions/setup-python@v5.5.0
168168
with:
169169
python-version: "3.9"
170170
- name: Get Python Version

0 commit comments

Comments
 (0)