File tree Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Expand file tree Collapse file tree 3 files changed +6
-7
lines changed Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919
2020 steps :
2121 - name : Checkout Code
22- uses : actions/checkout@v3
22+ uses : actions/checkout@v4
2323
2424 - name : Set up Python ${{ matrix.python }}
25- uses : actions/setup-python@v3
25+ uses : actions/setup-python@v5
2626 with :
2727 python-version : ${{ matrix.python }}
2828
3535 make build
3636
3737 - name : Upload Packages
38- uses : actions/upload-artifact@v3
38+ uses : actions/upload-artifact@v4
3939 with :
4040 name : ${{ env.RELEASE_FILE }}
4141 path : dist/
Original file line number Diff line number Diff line change @@ -10,16 +10,15 @@ jobs:
1010 test :
1111 name : linting & spelling
1212 runs-on : ubuntu-latest
13-
1413 env :
1514 TERM : xterm-256color
1615
1716 steps :
1817 - name : Checkout Code
19- uses : actions/checkout@v2
18+ uses : actions/checkout@v4
2019
2120 - name : Set up Python '3,11'
22- uses : actions/setup-python@v3
21+ uses : actions/setup-python@v5
2322 with :
2423 python-version : ' 3.11'
2524
Original file line number Diff line number Diff line change 1919 uses : actions/checkout@v3
2020
2121 - name : Set up Python ${{ matrix.python }}
22- uses : actions/setup-python@v3
22+ uses : actions/setup-python@v5
2323 with :
2424 python-version : ${{ matrix.python }}
2525
You can’t perform that action at this time.
0 commit comments