File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed
Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 88 build-38 :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v4
11+ - uses : actions/checkout@v5
1212 - name : Run release
1313 env :
1414 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
1717 build-39 :
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121 - name : Run release
2222 env :
2323 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
2626 build-310 :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 - name : Run release
3131 env :
3232 PYPI_TOKEN : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -10,18 +10,18 @@ jobs:
1010 build-38 :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - name : Run unit tests
1515 run : docker build . --target=test --build-arg PYTHON_VERSION=3.8
1616 build-39 :
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v4
19+ - uses : actions/checkout@v5
2020 - name : Run unit tests
2121 run : docker build . --target=test --build-arg PYTHON_VERSION=3.9
2222 build-310 :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v4
25+ - uses : actions/checkout@v5
2626 - name : Run unit tests
2727 run : docker build . --target=test --build-arg PYTHON_VERSION=3.10
You can’t perform that action at this time.
0 commit comments