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 2626 build :
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v6
3030 with :
3131 fetch-depth : 0
3232 lfs : true
Original file line number Diff line number Diff line change 1717 name : integration-tests-against-rc
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Set up Python ${{ matrix.python-version }}
2222 uses : actions/setup-python@v5
2323 with :
Original file line number Diff line number Diff line change 99 deploy :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v6
1313 - name : Set up Python
1414 uses : actions/setup-python@v5
1515 with :
Original file line number Diff line number Diff line change 1919 name : integration-tests
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v6
2323 - name : Set up Python ${{ matrix.python-version }}
2424 uses : actions/setup-python@v5
2525 with :
3838 name : pylint
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v4
41+ - uses : actions/checkout@v6
4242 - name : Set up Python 3.9
4343 uses : actions/setup-python@v5
4444 with :
5555 name : mypy
5656 runs-on : ubuntu-latest
5757 steps :
58- - uses : actions/checkout@v4
58+ - uses : actions/checkout@v6
5959 - name : Set up Python 3.9
6060 uses : actions/setup-python@v5
6161 with :
7272 name : black
7373 runs-on : ubuntu-latest
7474 steps :
75- - uses : actions/checkout@v4
75+ - uses : actions/checkout@v6
7676 - name : Set up Python 3.9
7777 uses : actions/setup-python@v5
7878 with :
8989 name : isort
9090 runs-on : ubuntu-latest
9191 steps :
92- - uses : actions/checkout@v4
92+ - uses : actions/checkout@v6
9393 - name : Set up Python 3.9
9494 uses : actions/setup-python@v5
9595 with :
@@ -106,7 +106,7 @@ jobs:
106106 name : Yaml linting check
107107 runs-on : ubuntu-latest
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v6
110110 - name : Yaml lint check
111111 uses : ibiqlik/action-yamllint@v3
112112 with :
Original file line number Diff line number Diff line change 1717 name : Update version in version.py
1818 runs-on : ubuntu-latest
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v6
2121 - name : Update version.py file
2222 run : |
2323 raw_new_version=$(echo $NEW_VERSION | cut -d 'v' -f 2)
You can’t perform that action at this time.
0 commit comments