File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -11,11 +11,11 @@ jobs:
1111 runs-on : ubuntu-latest
1212 steps :
1313
14- - uses : actions/checkout@v2
14+ - uses : actions/checkout@v3
1515 with :
1616 submodules : recursive
1717
18- - uses : actions/setup-python@v2
18+ - uses : actions/setup-python@v4
1919 with :
2020 python-version : ' 3.10'
2121
2727 - name : Report coverage
2828 run : ./.github/run.sh coverage report -m --skip-covered
2929
30- - uses : actions/upload-artifact@v2
30+ - uses : actions/upload-artifact@v3
3131 with :
3232 name : VUnit_coverage
3333 path : htmlcov
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313 steps :
1414
15- - uses : actions/checkout@v2
15+ - uses : actions/checkout@v3
1616 with :
1717 submodules : recursive
1818 fetch-depth : 0
1919
20- - uses : actions/setup-python@v2
20+ - uses : actions/setup-python@v4
2121 with :
2222 python-version : ' 3.10'
2323
2929 - name : Build docs
3030 run : tox -e py310-docs -- --color
3131
32- - uses : actions/upload-artifact@v2
32+ - uses : actions/upload-artifact@v3
3333 with :
3434 name : VUnit-site
3535 path : .tox/py310-docs/tmp/docsbuild/
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424 steps :
2525
26- - uses : actions/checkout@v2
26+ - uses : actions/checkout@v3
2727
2828 - name : Build image
2929 env :
Original file line number Diff line number Diff line change @@ -22,10 +22,10 @@ jobs:
2222 steps :
2323
2424 - name : ' 🧰 Checkout'
25- uses : actions/checkout@v2
25+ uses : actions/checkout@v3
2626
2727 - name : ' 🐍 Setup Python'
28- uses : actions/setup-python@v2
28+ uses : actions/setup-python@v4
2929 with :
3030 python-version : ' 3.10'
3131
@@ -54,10 +54,10 @@ jobs:
5454 steps :
5555
5656 - name : ' 🧰 Checkout'
57- uses : actions/checkout@v2
57+ uses : actions/checkout@v3
5858
5959 - name : ' 🐍 Setup Python'
60- uses : actions/setup-python@v2
60+ uses : actions/setup-python@v4
6161 with :
6262 python-version : ${{ matrix.py }}
6363
8686 steps :
8787
8888 - name : ' 🧰 Checkout'
89- uses : actions/checkout@v2
89+ uses : actions/checkout@v3
9090 with :
9191 submodules : recursive
9292
@@ -122,7 +122,7 @@ jobs:
122122 install : mingw-w64-x86_64-python-pip
123123
124124 - name : ' 🧰 Checkout'
125- uses : actions/checkout@v2
125+ uses : actions/checkout@v3
126126 with :
127127 submodules : recursive
128128
@@ -149,12 +149,12 @@ jobs:
149149 steps :
150150
151151 - name : ' 🧰 Checkout'
152- uses : actions/checkout@v2
152+ uses : actions/checkout@v3
153153 with :
154154 submodules : recursive
155155
156156 - name : ' 🐍 Setup Python'
157- uses : actions/setup-python@v2
157+ uses : actions/setup-python@v4
158158 with :
159159 python-version : ' 3.10'
160160
You can’t perform that action at this time.
0 commit comments