Skip to content

Commit 8c9f21e

Browse files
smith-ntcRenovate Botchadell
authored
Update actions/setup-python action to v4 (#150)
* Update actions/setup-python action to v4 * add quotes Co-authored-by: Renovate Bot <[email protected]> Co-authored-by: Christian Adell <[email protected]>
1 parent 06ec6d1 commit 8c9f21e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- name: "Check out repository code"
128128
uses: "actions/checkout@v3"
129129
- name: "Set up Python"
130-
uses: "actions/setup-python@v2"
130+
uses: "actions/setup-python@v4"
131131
with:
132132
python-version: "3.9"
133133
- name: "Install Python Packages"
@@ -154,7 +154,7 @@ jobs:
154154
- name: "Check out repository code"
155155
uses: "actions/checkout@v3"
156156
- name: "Set up Python"
157-
uses: "actions/setup-python@v2"
157+
uses: "actions/setup-python@v4"
158158
with:
159159
python-version: "3.9"
160160
- name: "Install Python Packages"

0 commit comments

Comments
 (0)