File tree Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Expand file tree Collapse file tree 6 files changed +20
-20
lines changed Original file line number Diff line number Diff line change 1313 build :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v3
17- - uses : actions/setup-go@v3
16+ - uses : actions/checkout@v4
17+ - uses : actions/setup-go@v5
1818 with :
1919 go-version : " ~1.19"
2020
@@ -25,20 +25,20 @@ jobs:
2525 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
2626
2727 - name : Go build cache
28- uses : actions/cache@v3
28+ uses : actions/cache@v4
2929 with :
3030 path : ${{ steps.go-cache-paths.outputs.go-build }}
3131 key : ${{ runner.os }}-release-go-build-${{ hashFiles('**/go.sum') }}
3232
3333 - name : Go mod cache
34- uses : actions/cache@v3
34+ uses : actions/cache@v4
3535 with :
3636 path : ${{ steps.go-cache-paths.outputs.go-mod }}
3737 key : ${{ runner.os }}-release-go-mod-${{ hashFiles('**/go.sum') }}
3838
3939 - run : make build
4040
41- - uses : softprops/action-gh-release@v1
41+ - uses : softprops/action-gh-release@v2
4242 with :
4343 draft : true
4444 files : ./bin/*
Original file line number Diff line number Diff line change 1111 steps :
1212 - name : " CLA Assistant"
1313 if : (github.event.comment.body == 'recheck' || github.event.comment.body == 'I have read the CLA Document and I hereby sign the CLA') || github.event_name == 'pull_request_target'
14- uses : contributor-assistant/github-action@v2.2.1
14+ uses : contributor-assistant/github-action@v2.4.0
1515 env :
1616 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
1717 # the below token should have repo scope and must be manually added by you in the repository's secret
Original file line number Diff line number Diff line change 2424 timeout-minutes : 5
2525 runs-on : ubuntu-latest
2626 steps :
27- - uses : actions/checkout@v3
28- - uses : azure/setup-helm@v3.5
27+ - uses : actions/checkout@v4
28+ - uses : azure/setup-helm@v4
2929 with :
3030 token : ${{ secrets.GITHUB_TOKEN }}
3131 - run : helm lint --strict ./helm
Original file line number Diff line number Diff line change @@ -26,11 +26,11 @@ jobs:
2626 timeout-minutes : 5
2727 runs-on : ubuntu-latest
2828 steps :
29- - uses : actions/checkout@v3
30- - uses : actions/setup-go@v3
29+ - uses : actions/checkout@v4
30+ - uses : actions/setup-go@v5
3131 with :
3232 go-version : " ~1.19"
3333 - name : golangci-lint
34- uses : golangci/golangci-lint-action@v3.2.0
34+ uses : golangci/golangci-lint-action@v6.0.1
3535 with :
3636 version : v1.48.0
Original file line number Diff line number Diff line change @@ -18,22 +18,22 @@ jobs:
1818 build :
1919 runs-on : ubuntu-latest
2020 steps :
21- - uses : actions/checkout@v3
22- - uses : robinraju/release-downloader@v1.5
21+ - uses : actions/checkout@v4
22+ - uses : robinraju/release-downloader@v1.11
2323 with :
2424 repository : " coder/code-marketplace"
2525 tag : ${{ github.event.inputs.version || github.ref_name }}
2626 fileName : " code-marketplace-linux-*"
2727 out-file-path : " bin"
2828
29- - uses : docker/login-action@v2
29+ - uses : docker/login-action@v3
3030 with :
3131 registry : ghcr.io
3232 username : ${{ github.actor }}
3333 password : ${{ secrets.GITHUB_TOKEN }}
3434
35- - uses : docker/setup-qemu-action@v2
36- - uses : docker/setup-buildx-action@v2
35+ - uses : docker/setup-qemu-action@v3
36+ - uses : docker/setup-buildx-action@v3
3737 - run : docker buildx bake -f ./docker-bake.hcl --push
3838 env :
3939 VERSION : ${{ github.event.inputs.version || github.ref_name }}
Original file line number Diff line number Diff line change 3232 - macos-latest
3333 - windows-2022
3434 steps :
35- - uses : actions/checkout@v3
36- - uses : actions/setup-go@v3
35+ - uses : actions/checkout@v4
36+ - uses : actions/setup-go@v5
3737 with :
3838 go-version : " ~1.19"
3939
@@ -44,13 +44,13 @@ jobs:
4444 echo "::set-output name=go-mod::$(go env GOMODCACHE)"
4545
4646 - name : Go Build Cache
47- uses : actions/cache@v3
47+ uses : actions/cache@v4
4848 with :
4949 path : ${{ steps.go-cache-paths.outputs.go-build }}
5050 key : ${{ runner.os }}-go-build-${{ hashFiles('**/go.**', '**.go') }}
5151
5252 - name : Go Mod Cache
53- uses : actions/cache@v3
53+ uses : actions/cache@v4
5454 with :
5555 path : ${{ steps.go-cache-paths.outputs.go-mod }}
5656 key : ${{ runner.os }}-go-mod-${{ hashFiles('**/go.sum') }}
You can’t perform that action at this time.
0 commit comments