File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed
Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 2626 fleet_networking_version : ${{ steps.vars.outputs.fleet_networking_version }}
2727 arc_helmchart_version : ${{ steps.vars.outputs.arc_helmchart_version }}
2828 steps :
29- - uses : actions/checkout@v4
29+ - uses : actions/checkout@v5
3030 with :
3131 fetch-depth : 0
3232 - name : ' Set output variables'
5959 labels : [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu"]
6060 needs : prepare-variables
6161 steps :
62- - uses : actions/checkout@v4
62+ - uses : actions/checkout@v5
6363 with :
6464 ref : ${{ needs.prepare-variables.outputs.release_tag }}
6565 - name : ' Login the ACR'
@@ -112,7 +112,7 @@ jobs:
112112 labels : [self-hosted, "1ES.Pool=1es-aks-fleet-pool-ubuntu-arm64"]
113113 needs : prepare-variables
114114 steps :
115- - uses : actions/checkout@v4
115+ - uses : actions/checkout@v5
116116 with :
117117 ref : ${{ needs.prepare-variables.outputs.release_tag }}
118118 - name : ' Login the ACR'
Original file line number Diff line number Diff line change 3737 REGISTRY : ${{ needs.export-registry.outputs.registry }}
3838 runs-on : ubuntu-20.04
3939 steps :
40- - uses : actions/checkout@v4
40+ - uses : actions/checkout@v5
4141 with :
4242 submodules : true
4343 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments