File tree Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Expand file tree Collapse file tree 3 files changed +6
-8
lines changed Original file line number Diff line number Diff line change 3030 uses : docker/setup-buildx-action@v3
3131
3232 - name : Checkout repository
33- uses : actions/checkout@v4
33+ uses : actions/checkout@v6
3434
3535 - name : Log in to the Container registry
3636 uses : docker/login-action@master
Original file line number Diff line number Diff line change @@ -12,19 +12,18 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version-file : " go.mod"
21- cache : true
2221
2322 - name : Install dependencies
2423 run : go mod download
2524
2625 - name : Lint with golangci-lint
27- uses : golangci/golangci-lint-action@v8
26+ uses : golangci/golangci-lint-action@v9
2827 with :
2928 version : latest
3029
Original file line number Diff line number Diff line change @@ -12,13 +12,12 @@ jobs:
1212 runs-on : ubuntu-latest
1313
1414 steps :
15- - uses : actions/checkout@v5
15+ - uses : actions/checkout@v6
1616
1717 - name : Set up Go
18- uses : actions/setup-go@v5
18+ uses : actions/setup-go@v6
1919 with :
2020 go-version-file : " go.mod"
21- cache : true
2221
2322 - name : Install dependencies
2423 run : go mod download
You can’t perform that action at this time.
0 commit comments