File tree Expand file tree Collapse file tree 6 files changed +11
-11
lines changed
Expand file tree Collapse file tree 6 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 1212
1313 steps :
1414 - name : Checkout
15- uses : actions/checkout@v5
15+ uses : actions/checkout@v6
1616 with :
1717 fetch-depth : 0 # Full clone necessary for proper merge
1818
Original file line number Diff line number Diff line change 2020 outputs :
2121 paths : ${{ steps.filter.outputs.changes }}
2222 steps :
23- - uses : actions/checkout@v5
23+ - uses : actions/checkout@v6
2424 with :
2525 ref : ${{ github.event.pull_request.head.sha }}
2626 - name : Harden Runner
6161 get.helm.sh:443
6262 golangci-lint.run:443
6363
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 with :
6666 fetch-depth : 0
6767 - uses : actions/setup-go@v6
9090 docker-build :
9191 runs-on : ubuntu-latest
9292 steps :
93- - uses : actions/checkout@v5
93+ - uses : actions/checkout@v6
9494 with :
9595 fetch-depth : 0
9696 - name : Docker Meta
Original file line number Diff line number Diff line change 2121 outputs :
2222 paths : ${{ steps.filter.outputs.changes }}
2323 steps :
24- - uses : actions/checkout@v5
24+ - uses : actions/checkout@v6
2525 with :
2626 ref : ${{ github.event.pull_request.head.sha }}
2727 - name : Harden Runner
6161 api.codecov.io:443
6262 ingest.codecov.io:443
6363
64- - uses : actions/checkout@v5
64+ - uses : actions/checkout@v6
6565 with :
6666 ref : ${{ github.event.pull_request.head.sha }}
6767 - uses : actions/setup-go@v6
9494 LINODE_MACHINE_TYPE : g6-standard-2
9595 WORKER_NODES : ' 2'
9696 steps :
97- - uses : actions/checkout@v5
97+ - uses : actions/checkout@v6
9898 with :
9999 ref : ${{ github.event.pull_request.head.sha }}
100100
Original file line number Diff line number Diff line change 1515 runs-on : ubuntu-latest
1616 steps :
1717 - name : Checkout
18- uses : actions/checkout@v5
18+ uses : actions/checkout@v6
1919 with :
2020 fetch-depth : 0
2121
5454 runs-on : ubuntu-latest
5555 steps :
5656 - name : Checkout
57- uses : actions/checkout@v5
57+ uses : actions/checkout@v6
5858 with :
5959 fetch-depth : 0
6060
Original file line number Diff line number Diff line change 1414 runs-on : ubuntu-latest
1515 steps :
1616 - name : Checkout repository
17- uses : actions/checkout@v5
17+ uses : actions/checkout@v6
1818 with :
1919 fetch-depth : 0
2020 - name : Label PR
Original file line number Diff line number Diff line change 88 release :
99 runs-on : ubuntu-latest
1010 steps :
11- - uses : actions/checkout@v5
11+ - uses : actions/checkout@v6
1212 with :
1313 fetch-depth : 0
1414 - name : Create Release Artifacts
You can’t perform that action at this time.
0 commit comments