Skip to content

Commit 4c879ea

Browse files
chore(deps): update actions/setup-python action to v5
1 parent 325a834 commit 4c879ea

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,7 +140,7 @@ jobs:
140140
- name: "Check out repository code"
141141
uses: "actions/checkout@v3"
142142
- name: "Set up Python"
143-
uses: "actions/setup-python@v4"
143+
uses: "actions/setup-python@v5"
144144
with:
145145
python-version: "3.9"
146146
- name: "Install Python Packages"
@@ -169,7 +169,7 @@ jobs:
169169
- name: "Check out repository code"
170170
uses: "actions/checkout@v3"
171171
- name: "Set up Python"
172-
uses: "actions/setup-python@v4"
172+
uses: "actions/setup-python@v5"
173173
with:
174174
python-version: "3.9"
175175
- name: "Install Python Packages"

0 commit comments

Comments
 (0)