File tree Expand file tree Collapse file tree 10 files changed +16
-16
lines changed
Expand file tree Collapse file tree 10 files changed +16
-16
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'
Original file line number Diff line number Diff line change 1818 deploy :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v4
21+ - uses : actions/checkout@v5
2222 with :
2323 submodules : true
2424 fetch-depth : 0
Original file line number Diff line number Diff line change 4040 go-version : ${{ env.GO_VERSION }}
4141
4242 - name : Check out code into the Go module directory
43- uses : actions/checkout@v4
43+ uses : actions/checkout@v5
4444
4545 - name : Set up Ginkgo CLI
4646 run : |
7070 go-version : ${{ env.GO_VERSION }}
7171
7272 - name : Check out code into the Go module directory
73- uses : actions/checkout@v4
73+ uses : actions/checkout@v5
7474
7575 - name : Install Kind
7676 # Before updating the kind version to use, verify that the current kind image
@@ -121,7 +121,7 @@ jobs:
121121 go-version : ${{ env.GO_VERSION }}
122122
123123 - name : Check out code into the Go module directory
124- uses : actions/checkout@v4
124+ uses : actions/checkout@v5
125125
126126 - name : Install Ginkgo CLI
127127 run : |
Original file line number Diff line number Diff line change 4343 go-version : ${{ env.GO_VERSION }}
4444
4545 - name : Checkout
46- uses : actions/checkout@v4
46+ uses : actions/checkout@v5
4747 with :
4848 submodules : true
4949
6464 go-version : ${{ env.GO_VERSION }}
6565
6666 - name : Check out code into the Go module directory
67- uses : actions/checkout@v4
67+ uses : actions/checkout@v5
6868
6969 - name : golangci-lint
7070 run : make lint
Original file line number Diff line number Diff line change 3838
3939 steps :
4040 - name : Checkout repository
41- uses : actions/checkout@v4
41+ uses : actions/checkout@v5
4242
4343 # Initializes the CodeQL tools for scanning.
4444 - name : Initialize CodeQL
Original file line number Diff line number Diff line change 1616 with :
1717 egress-policy : audit
1818
19- - uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
19+ - uses : actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.1.7
2020 - uses : codespell-project/actions-codespell@406322ec52dd7b488e48c1c4b82e2a8b3a1bf630 # master
2121 with :
2222 check_filenames : true
Original file line number Diff line number Diff line change 1010 markdown-link-check :
1111 runs-on : ubuntu-latest
1212 steps :
13- - uses : actions/checkout@v4
13+ - uses : actions/checkout@v5
1414 - uses : tcort/github-action-markdown-link-check@v1
1515 with :
1616 # this will only show errors in the output
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
Original file line number Diff line number Diff line change 4444 go-version : ${{ env.GO_VERSION }}
4545
4646 - name : Checkout code
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848
4949 - name : Login to ${{ env.REGISTRY }}
5050 uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772
Original file line number Diff line number Diff line change 4444 go-version : ${{ env.GO_VERSION }}
4545
4646 - name : Check out code into the Go module directory
47- uses : actions/checkout@v4
47+ uses : actions/checkout@v5
4848 with :
4949 # Fetch the history of all branches and tags.
5050 # This is needed for the test suite to switch between releases.
@@ -127,7 +127,7 @@ jobs:
127127 go-version : ${{ env.GO_VERSION }}
128128
129129 - name : Check out code into the Go module directory
130- uses : actions/checkout@v4
130+ uses : actions/checkout@v5
131131 with :
132132 # Fetch the history of all branches and tags.
133133 # This is needed for the test suite to switch between releases.
@@ -210,7 +210,7 @@ jobs:
210210 go-version : ${{ env.GO_VERSION }}
211211
212212 - name : Check out code into the Go module directory
213- uses : actions/checkout@v4
213+ uses : actions/checkout@v5
214214 with :
215215 # Fetch the history of all branches and tags.
216216 # This is needed for the test suite to switch between releases.
You can’t perform that action at this time.
0 commit comments