File tree Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Expand file tree Collapse file tree 2 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 2121 run :
2222 shell : bash -l {0}
2323 steps :
24- - uses : actions/checkout@v3
24+ - uses : actions/checkout@v4
2525 - uses : ./.github/setup
2626 with :
2727 python-version : ${{ matrix.python-version }}
3939 run :
4040 shell : bash -l {0}
4141 steps :
42- - uses : actions/checkout@v3
42+ - uses : actions/checkout@v4
4343 - uses : ./.github/setup
4444 with :
4545 python-version : ${{ matrix.python-version }}
5757 run :
5858 shell : bash -l {0}
5959 steps :
60- - uses : actions/checkout@v3
60+ - uses : actions/checkout@v4
6161 - uses : ./.github/setup
6262 with :
6363 python-version : ${{ matrix.python-version }}
7878 run :
7979 shell : bash -l {0}
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282 - uses : ./.github/setup
8383 with :
8484 python-version : ${{ matrix.python-version }}
9696 - minimum-versions
9797 runs-on : ubuntu-latest
9898 steps :
99- - uses : actions/checkout@v3
99+ - uses : actions/checkout@v4
100100 - name : Execute linters and test suites
101101 run : ./docker/cibuild
102102 - name : Upload coverage to Codecov
@@ -117,7 +117,7 @@ jobs:
117117 runs-on : ubuntu-latest
118118 steps :
119119 - name : Checkout
120- uses : actions/checkout@v3
120+ uses : actions/checkout@v4
121121 - name : Login to GitHub Container Registry
122122 uses : docker/login-action@v2
123123 with :
Original file line number Diff line number Diff line change 1414 name : release
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
17+ - uses : actions/checkout@v4
1818
1919 - name : Set up Python 3.x
2020 uses : actions/setup-python@v4
4040 runs-on : ubuntu-latest
4141 steps :
4242 - name : Checkout
43- uses : actions/checkout@v3
43+ uses : actions/checkout@v4
4444 - name : Login to GitHub Container Registry
4545 uses : docker/login-action@v2
4646 with :
You can’t perform that action at this time.
0 commit comments