Skip to content

Commit 5e82101

Browse files
committed
update setup python action
1 parent f7f0f33 commit 5e82101

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/ci-cd.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@v3
2626

2727
- name: Set up Python ${{ matrix.python-version }}
28-
uses: actions/setup-python@v2
28+
uses: actions/setup-python@v4
2929
with:
3030
python-version: ${{ matrix.python-version }}
3131

@@ -80,7 +80,7 @@ jobs:
8080
8181
# For publishing any version will do
8282
- name: Set up Python 3.10
83-
uses: actions/setup-python@v2
83+
uses: actions/setup-python@v4
8484
with:
8585
python-version: "3.10"
8686

@@ -128,7 +128,7 @@ jobs:
128128
steps:
129129
# Install python (be aware NO checkout action)
130130
- name: Set up Python 3.10
131-
uses: actions/setup-python@v2
131+
uses: actions/setup-python@v4
132132
with:
133133
python-version: "3.10"
134134

@@ -150,7 +150,7 @@ jobs:
150150
- uses: actions/checkout@v3
151151

152152
- name: Set up Python 3.10
153-
uses: actions/setup-python@v2
153+
uses: actions/setup-python@v4
154154
with:
155155
python-version: "3.10"
156156

0 commit comments

Comments
 (0)