Skip to content

Commit 38a22d8

Browse files
chore(deps): update actions/setup-python action to v5
1 parent a402f24 commit 38a22d8

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
@@ -147,7 +147,7 @@ jobs:
147147
- name: "Check out repository code"
148148
uses: "actions/checkout@v3"
149149
- name: "Set up Python"
150-
uses: "actions/setup-python@v4"
150+
uses: "actions/setup-python@v5"
151151
with:
152152
python-version: "3.9"
153153
- name: "Install Python Packages"
@@ -176,7 +176,7 @@ jobs:
176176
- name: "Check out repository code"
177177
uses: "actions/checkout@v3"
178178
- name: "Set up Python"
179-
uses: "actions/setup-python@v4"
179+
uses: "actions/setup-python@v5"
180180
with:
181181
python-version: "3.9"
182182
- name: "Install Python Packages"

0 commit comments

Comments
 (0)