This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Expand file tree Collapse file tree 3 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 99 runs-on : ubuntu-latest
1010 steps :
1111 - name : Checkout
12- uses : actions/checkout@v3
12+ uses : actions/checkout@v4
1313 with :
1414 fetch-depth : 0
1515 - name : Make manifests && generate
1616 run : |
1717 make manifests && make generate
1818 - name : Setup Go
19- uses : actions/setup-go@v3
19+ uses : actions/setup-go@v4
2020 with :
2121 go-version-file : ' ${{ github.workspace }}/go.mod'
2222 - name : Restore Go cache
Original file line number Diff line number Diff line change @@ -34,11 +34,11 @@ jobs:
3434 packages : ' write'
3535 steps :
3636 - name : Checkout
37- uses : actions/checkout@v3
37+ uses : actions/checkout@v4
3838 with :
3939 fetch-depth : 0
4040 - name : Setup Go
41- uses : actions/setup-go@v3
41+ uses : actions/setup-go@v4
4242 with :
4343 go-version-file : ' ${{ github.workspace }}/go.mod'
4444 - name : Cache go-build and mod
Original file line number Diff line number Diff line change 2020 runs-on : ubuntu-latest
2121 steps :
2222 - name : Checkout
23- uses : actions/checkout@v3
23+ uses : actions/checkout@v4
2424 - name : Setup Go
25- uses : actions/setup-go@v3
25+ uses : actions/setup-go@v4
2626 with :
2727 go-version-file : ' ${{ github.workspace }}/go.mod'
2828 - name : Restore Go cache
You can’t perform that action at this time.
0 commit comments