File tree Expand file tree Collapse file tree 5 files changed +10
-10
lines changed
Expand file tree Collapse file tree 5 files changed +10
-10
lines changed Original file line number Diff line number Diff line change 2222 sphinx :
2323 runs-on : ubuntu-22.04
2424 steps :
25- - uses : actions/checkout@v3.6 .0
25+ - uses : actions/checkout@v4.0 .0
2626 - name : Set up Python
2727 uses : actions/setup-python@v4.7.0
2828 with :
4242 twine-check :
4343 runs-on : ubuntu-22.04
4444 steps :
45- - uses : actions/checkout@v3.6 .0
45+ - uses : actions/checkout@v4.0 .0
4646 - name : Set up Python
4747 uses : actions/setup-python@v4.7.0
4848 with :
Original file line number Diff line number Diff line change 2222 lint :
2323 runs-on : ubuntu-latest
2424 steps :
25- - uses : actions/checkout@v3.6 .0
25+ - uses : actions/checkout@v4.0 .0
2626 with :
2727 fetch-depth : 0
2828 - uses : actions/setup-python@v4.7.0
Original file line number Diff line number Diff line change 2929 pre_commit :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3.6 .0
32+ - uses : actions/checkout@v4.0 .0
3333 - uses : actions/setup-python@v4.7.0
3434 with :
3535 python-version : " 3.11"
Original file line number Diff line number Diff line change 1414 id-token : write
1515 environment : pypi.org
1616 steps :
17- - uses : actions/checkout@v3.6 .0
17+ - uses : actions/checkout@v4.0 .0
1818 with :
1919 fetch-depth : 0
2020 token : ${{ secrets.RELEASE_GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 4646 version : " 3.11"
4747 toxenv : py310,smoke
4848 steps :
49- - uses : actions/checkout@v3.6 .0
49+ - uses : actions/checkout@v4.0 .0
5050 - name : Set up Python ${{ matrix.python.version }}
5151 uses : actions/setup-python@v4.7.0
5252 with :
6464 matrix :
6565 toxenv : [api_func_v4, cli_func_v4]
6666 steps :
67- - uses : actions/checkout@v3.6 .0
67+ - uses : actions/checkout@v4.0 .0
6868 - name : Set up Python
6969 uses : actions/setup-python@v4.7.0
7070 with :
8585 coverage :
8686 runs-on : ubuntu-22.04
8787 steps :
88- - uses : actions/checkout@v3.6 .0
88+ - uses : actions/checkout@v4.0 .0
8989 - name : Set up Python ${{ matrix.python-version }}
9090 uses : actions/setup-python@v4.7.0
9191 with :
@@ -108,7 +108,7 @@ jobs:
108108 runs-on : ubuntu-latest
109109 name : Python wheel
110110 steps :
111- - uses : actions/checkout@v3.6 .0
111+ - uses : actions/checkout@v4.0 .0
112112 - uses : actions/setup-python@v4.7.0
113113 with :
114114 python-version : " 3.11"
@@ -126,7 +126,7 @@ jobs:
126126 runs-on : ubuntu-latest
127127 needs : [dist]
128128 steps :
129- - uses : actions/checkout@v3.6 .0
129+ - uses : actions/checkout@v4.0 .0
130130 - name : Set up Python
131131 uses : actions/setup-python@v4.7.0
132132 with :
You can’t perform that action at this time.
0 commit comments