File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
steps :
23
23
- uses : actions/checkout@v3
24
24
- name : Set up Python
25
- uses : actions/setup-python@v2
25
+ uses : actions/setup-python@v4
26
26
with :
27
27
python-version : " 3.10"
28
28
- name : Install build package
Original file line number Diff line number Diff line change @@ -55,10 +55,10 @@ jobs:
55
55
echo "PATH=$PWD/bin:$PATH" >> $GITHUB_ENV
56
56
57
57
- uses : actions/checkout@v3
58
- # NOTE: actions/setup-python@v2 make use of a cache within the GitHub base
58
+ # NOTE: actions/setup-python@v4 make use of a cache within the GitHub base
59
59
# environment and setup in a fraction of a second.
60
60
- name : Install Python ${{ matrix.python }}
61
- uses : actions/setup-python@v2
61
+ uses : actions/setup-python@v4
62
62
with :
63
63
python-version : ${{ matrix.python }}
64
64
You can’t perform that action at this time.
0 commit comments