File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v5
24+ uses : actions/checkout@v6
2525 with :
2626 fetch-depth : 0
2727
Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 steps :
1313 - name : Checkout Code
14- uses : actions/checkout@v5
14+ uses : actions/checkout@v6
1515 with :
1616 fetch-depth : 0
1717 - name : Lint Code Base
3333 runs-on : ubuntu-latest
3434 steps :
3535 - name : Checkout
36- uses : actions/checkout@v5
36+ uses : actions/checkout@v6
3737 - name : Install and run helm-docs
3838 run : |-
3939 # renovate: datasource=github-releases depName=norwoodj/helm-docs
Original file line number Diff line number Diff line change 1616 runs-on : ubuntu-latest
1717 steps :
1818 - name : Checkout
19- uses : actions/checkout@v5
19+ uses : actions/checkout@v6
2020 with :
2121 fetch-depth : 0
2222
Original file line number Diff line number Diff line change 2727 private_key : ${{ secrets.JENKINS_DEPENDENCY_UPDATER_PRIVATE_KEY }}
2828
2929 - name : Checkout
30- uses : actions/checkout@v5
30+ uses : actions/checkout@v6
3131
3232 - name : Self-hosted Renovate
3333 uses : renovatebot/github-action@v44.0.2
Original file line number Diff line number Diff line change @@ -12,10 +12,10 @@ jobs:
1212 build :
1313 runs-on : ubuntu-latest
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616 - run : |
1717 cp -f README.md ${{ runner.temp }}/README.md
18- - uses : actions/checkout@v5
18+ - uses : actions/checkout@v6
1919 with :
2020 ref : gh-pages
2121 - run : |
You can’t perform that action at this time.
0 commit comments