File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1111 if : ${{ !startsWith(github.ref, 'refs/tags') }}
1212
1313 steps :
14- - uses : actions/checkout@v5
14+ - uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717
3232 if : ${{ !startsWith(github.ref, 'refs/tags') }}
3333
3434 steps :
35- - uses : actions/checkout@v5
35+ - uses : actions/checkout@v6
3636 with :
3737 fetch-depth : 0
3838
5353 if : ${{ !startsWith(github.ref, 'refs/tags') }}
5454
5555 steps :
56- - uses : actions/checkout@v5
56+ - uses : actions/checkout@v6
5757 with :
5858 fetch-depth : 0
5959
7474 runs-on : ubuntu-latest
7575 if : ${{ !startsWith(github.ref, 'refs/tags') }}
7676 steps :
77- - uses : actions/checkout@v5
77+ - uses : actions/checkout@v6
7878 with :
7979 fetch-depth : 0
8080 - uses : articulate/actions-markdownlint@v1.1.0
9090 if : ${{ !startsWith(github.ref, 'refs/tags') }}
9191
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696
@@ -111,7 +111,7 @@ jobs:
111111 if : ${{ !startsWith(github.ref, 'refs/tags') }}
112112
113113 steps :
114- - uses : actions/checkout@v5
114+ - uses : actions/checkout@v6
115115 with :
116116 fetch-depth : 0
117117 - name : Super-Linter
Original file line number Diff line number Diff line change 1919 id-token : write
2020
2121 steps :
22- - uses : actions/checkout@v5
22+ - uses : actions/checkout@v6
2323 # with:
2424 # fetch-depth: 0
2525 - name : Set up Python
Original file line number Diff line number Diff line change 2424
2525 steps :
2626 - name : Get source
27- uses : actions/checkout@v5
27+ uses : actions/checkout@v6
2828
2929 - name : Set up Python ${{ matrix.python-version }}
3030 uses : actions/setup-python@v6
@@ -119,7 +119,7 @@ jobs:
119119
120120 steps :
121121 - name : Get source
122- uses : actions/checkout@v5
122+ uses : actions/checkout@v6
123123
124124 - name : Set up Python ${{ matrix.python-version }}
125125 uses : actions/setup-python@v6
@@ -171,7 +171,7 @@ jobs:
171171 - e2e
172172
173173 steps :
174- - uses : actions/checkout@v5
174+ - uses : actions/checkout@v6
175175 with :
176176 fetch-depth : 0
177177
You can’t perform that action at this time.
0 commit comments