File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change @@ -35,12 +35,12 @@ concurrency:
3535jobs :
3636 build :
3737 if : github.repository == 'apache/cloudstack-kubernetes-provider'
38- runs-on : ubuntu-22.04
38+ runs-on : ubuntu-latest
3939 steps :
4040 - name : Set Docker repository name
4141 run : echo "DOCKER_REPOSITORY=apache" >> $GITHUB_ENV
4242
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v6
4444 with :
4545 fetch-depth : 0
4646
Original file line number Diff line number Diff line change @@ -25,13 +25,13 @@ concurrency:
2525
2626jobs :
2727 build :
28- runs-on : ubuntu-22.04
28+ runs-on : ubuntu-latest
2929
3030 steps :
31- - uses : actions/checkout@v4
31+ - uses : actions/checkout@v6
3232
3333 - name : Set up Go
34- uses : actions/setup-go@v5
34+ uses : actions/setup-go@v6
3535 with :
3636 go-version-file : go.mod
3737
Original file line number Diff line number Diff line change 3030 name : lint
3131 runs-on : ubuntu-latest
3232 steps :
33- - uses : actions/checkout@v4
34- - uses : actions/setup-go@v5
33+ - uses : actions/checkout@v6
34+ - uses : actions/setup-go@v6
3535 with :
3636 go-version-file : go.mod
3737 - name : golangci-lint
38- uses : golangci/golangci-lint-action@v6
38+ uses : golangci/golangci-lint-action@v9
You can’t perform that action at this time.
0 commit comments