File tree Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Expand file tree Collapse file tree 4 files changed +9
-9
lines changed Original file line number Diff line number Diff line change 2222
2323 steps :
2424 - name : Checkout code
25- uses : actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2 .0
25+ uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0 .0
2626
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
5252 run-async-tests : ${{ steps.check-conditions.outputs.run-async-tests }}
5353 steps :
5454 - name : Checkout code
55- uses : actions/checkout@v4
55+ uses : actions/checkout@v5
5656 with :
5757 fetch-depth : 0
5858
9393
9494 steps :
9595 - name : Checkout code
96- uses : actions/checkout@v4
96+ uses : actions/checkout@v5
9797
9898 - name : Set up Python
9999 uses : actions/setup-python@v5
@@ -152,7 +152,7 @@ jobs:
152152
153153 steps :
154154 - name : Checkout code
155- uses : actions/checkout@v4
155+ uses : actions/checkout@v5
156156
157157 - name : Set up Python 3.9
158158 uses : actions/setup-python@v5
@@ -194,7 +194,7 @@ jobs:
194194
195195 steps :
196196 - name : Checkout code
197- uses : actions/checkout@v4
197+ uses : actions/checkout@v5
198198
199199 - name : Set up Python 3.9
200200 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1010 name : Build and upload noarch (all platforms) package
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 with :
1515 fetch-depth : 0
1616
Original file line number Diff line number Diff line change 2323 runs-on : ubuntu-latest
2424
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727 - name : Set up Python
2828 uses : actions/setup-python@v5
2929 with :
5353 runs-on : ubuntu-latest
5454 needs : deploy
5555 steps :
56- - uses : actions/checkout@v4
56+ - uses : actions/checkout@v5
5757 - uses : docker/setup-buildx-action@v3
5858 - name : Log in to container registry
5959 uses : docker/login-action@v3
Original file line number Diff line number Diff line change 1414 python-version : [3.9, 3.12]
1515
1616 steps :
17- - uses : actions/checkout@v4
17+ - uses : actions/checkout@v5
1818 - name : Set up Python ${{ matrix.python-version }}
1919 uses : actions/setup-python@v5
2020 with :
You can’t perform that action at this time.
0 commit comments