File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 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
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
You can’t perform that action at this time.
0 commit comments