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 @@ -34,13 +34,13 @@ jobs:
3434 uses : actions/checkout@v4
3535
3636 - name : Set up Java 17
37- uses : actions/setup-java@v3
37+ uses : actions/setup-java@v4
3838 with :
3939 java-version : ' 17'
4040 distribution : ' temurin'
4141
4242 - name : Setup Go
43- uses : actions/setup-go@v4
43+ uses : actions/setup-go@v5
4444 with :
4545 go-version-file : ' ${{ github.workspace }}/go.mod'
4646
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