File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 runs-on : ubuntu-latest
99 steps :
1010 - name : Checkout
11- uses : actions/checkout@v6
11+ uses : actions/checkout@v7
1212 with :
1313 fetch-depth : 0
1414
Original file line number Diff line number Diff line change 99 pre-commit :
1010 runs-on : ubuntu-latest
1111 steps :
12- - uses : actions/checkout@v6
12+ - uses : actions/checkout@v7
1313 - uses : actions/setup-python@v6
1414 - uses : pre-commit/action@v3.0.1
Original file line number Diff line number Diff line change 1010 runs-on : ubuntu-latest
1111 steps :
1212 - name : Checkout
13- uses : actions/checkout@v6
13+ uses : actions/checkout@v7
1414 with :
1515 fetch-depth : 0
1616
@@ -101,7 +101,7 @@ jobs:
101101 runs-on : ubuntu-latest
102102 steps :
103103 - name : Checkout
104- uses : actions/checkout@v6
104+ uses : actions/checkout@v7
105105 with :
106106 fetch-depth : 0
107107 - name : helm unit test
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v6
23+ uses : actions/checkout@v7
2424 with :
2525 fetch-depth : 0
2626
You can’t perform that action at this time.
0 commit comments