File tree Expand file tree Collapse file tree 11 files changed +18
-18
lines changed
Expand file tree Collapse file tree 11 files changed +18
-18
lines changed Original file line number Diff line number Diff line change 2525 os : [ubuntu-22.04]
2626
2727 steps :
28- - uses : actions/checkout@v5
28+ - uses : actions/checkout@v6
2929
3030 - uses : actions/setup-python@v6
3131 with :
Original file line number Diff line number Diff line change 3737
3838 steps :
3939 - name : Checkout repository
40- uses : actions/checkout@v5
40+ uses : actions/checkout@v6
4141 with :
4242 fetch-depth : 0
4343
Original file line number Diff line number Diff line change 3434 PYTHONIOENCODING : utf-8
3535
3636 steps :
37- - uses : actions/checkout@v5
37+ - uses : actions/checkout@v6
3838
3939 - name : Setup base python
4040 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2828 shell : " bash -l {0}"
2929
3030 steps :
31- - uses : actions/checkout@v5
31+ - uses : actions/checkout@v6
3232 with :
3333 fetch-depth : 0
3434
Original file line number Diff line number Diff line change 1919
2020 steps :
2121 - name : Checkout repository
22- uses : actions/checkout@v5
22+ uses : actions/checkout@v6
2323
2424 - name : Check for new scan data
2525 env :
Original file line number Diff line number Diff line change 2929
3030 steps :
3131 - name : Checkout Project
32- uses : actions/checkout@v5
32+ uses : actions/checkout@v6
3333 with :
3434 # We need to fetch with a depth of 2 for pull_request so we can do HEAD^2
3535 fetch-depth : 2
7373 base_cov : ${{ steps.get_base.outputs.base_cov }}
7474
7575 steps :
76- - uses : actions/checkout@v5
76+ - uses : actions/checkout@v6
7777 with :
7878 ref : badges
7979 path : badges
@@ -150,7 +150,7 @@ jobs:
150150
151151 steps :
152152 - name : Checkout repo
153- uses : actions/checkout@v5
153+ uses : actions/checkout@v6
154154 with :
155155 fetch-depth : 0
156156
@@ -374,7 +374,7 @@ jobs:
374374 markdown : ${{ steps.url.outputs.markdown }}
375375
376376 steps :
377- - uses : actions/checkout@v5
377+ - uses : actions/checkout@v6
378378 with :
379379 ref : badges
380380 path : badges
Original file line number Diff line number Diff line change 1717 shell : bash
1818
1919 steps :
20- - uses : actions/checkout@v5
20+ - uses : actions/checkout@v6
2121
2222 - name : Setup Python 3.11
2323 uses : actions/setup-python@v6
Original file line number Diff line number Diff line change 2020 version : ${{ steps.git_ver.outputs.version }}
2121
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 fetch-depth : 0
2626
6464 run : |
6565 echo "Package version from git: ${VERSION}"
6666
67- - uses : actions/checkout@v5
67+ - uses : actions/checkout@v6
6868 with :
6969 fetch-depth : 0
7070
Original file line number Diff line number Diff line change 2323 os : [ubuntu-22.04, ubuntu-24.04]
2424
2525 steps :
26- - uses : actions/checkout@v5
26+ - uses : actions/checkout@v6
2727
2828 - uses : actions/setup-python@v6
2929 with :
Original file line number Diff line number Diff line change 1919 version : ${{ steps.git_ver.outputs.version }}
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 with :
2424 fetch-depth : 0
2525
6363 run : |
6464 echo "Package version from git: ${VERSION}"
6565
66- - uses : actions/checkout@v5
66+ - uses : actions/checkout@v6
6767 with :
6868 fetch-depth : 0
6969
@@ -103,7 +103,7 @@ jobs:
103103 echo "VERSION=${GITHUB_REF/refs\/tags\//}" >> $GITHUB_ENV
104104 echo ${{ env.VERSION }}
105105
106- - uses : actions/checkout@v5
106+ - uses : actions/checkout@v6
107107 with :
108108 fetch-depth : 0
109109
You can’t perform that action at this time.
0 commit comments