File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1212 updated : ${{ steps.commit.outputs.updated }}
1313 steps :
1414 - name : Checkout PR branch
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 with :
1717 token : ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}
1818 ref : ${{ github.event.pull_request.head.ref }}
4444 runs-on : ubuntu-latest
4545 steps :
4646 - name : Checkout
47- uses : actions/checkout@v6
47+ uses : actions/checkout@v7
4848 with :
4949 fetch-depth : 0
5050
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 token : ${{ secrets.CORTEX_HELM_CHART_CI_TOKEN }}
Original file line number Diff line number Diff line change 1212 runs-on : ubuntu-latest
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v6
15+ uses : actions/checkout@v7
1616 - name : Validate
1717 run : npx --yes --package renovate -- renovate-config-validator
You can’t perform that action at this time.
0 commit comments