This repository was archived by the owner on May 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Expand file tree Collapse file tree 5 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 1414 uses : actions/checkout@v4
1515
1616 - name : Set up Java 17
17- uses : actions/setup-java@v3
17+ uses : actions/setup-java@v4
1818 with :
1919 java-version : ' 17'
2020 distribution : ' temurin'
Original file line number Diff line number Diff line change 1616 run : |
1717 make manifests && make generate
1818 - name : Setup Go
19- uses : actions/setup-go@v4
19+ uses : actions/setup-go@v5
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 @@ -31,13 +31,13 @@ jobs:
3131 uses : actions/checkout@v4
3232
3333 - name : Set up Java 17
34- uses : actions/setup-java@v3
34+ uses : actions/setup-java@v4
3535 with :
3636 java-version : ' 17'
3737 distribution : ' temurin'
3838
3939 - name : Setup Go
40- uses : actions/setup-go@v4
40+ uses : actions/setup-go@v5
4141 with :
4242 go-version-file : ' ${{ github.workspace }}/go.mod'
4343
Original file line number Diff line number Diff line change 3838 with :
3939 fetch-depth : 0
4040 - name : Setup Go
41- uses : actions/setup-go@v4
41+ uses : actions/setup-go@v5
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 2222 - name : Checkout
2323 uses : actions/checkout@v4
2424 - name : Setup Go
25- uses : actions/setup-go@v4
25+ uses : actions/setup-go@v5
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