Skip to content

Commit 266ed58

Browse files
committed
Update github actions
1 parent fb09f3a commit 266ed58

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

.github/workflows/build-docker-image.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,12 +35,12 @@ concurrency:
3535
jobs:
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

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,13 +25,13 @@ concurrency:
2525

2626
jobs:
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

.github/workflows/golangci-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,9 +30,9 @@ jobs:
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

0 commit comments

Comments
 (0)