File tree Expand file tree Collapse file tree 4 files changed +15
-12
lines changed
Expand file tree Collapse file tree 4 files changed +15
-12
lines changed Original file line number Diff line number Diff line change 1+ kind : Dependency
2+ body : ' chore(deps): bump the github-actions group across 1 directory with 8 updates'
3+ time : 2024-05-14T09:44:27.854135452Z
Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ jobs:
2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Checkout
24- uses : actions/checkout@v3
24+ uses : actions/checkout@v4
2525
2626 - name : Unshallow
2727 run : git fetch --prune --unshallow
2828
29- - uses : actions/setup-go@v4
29+ - uses : actions/setup-go@v5
3030 with :
3131 go-version-file : " go.mod"
3232 cache : true
3333
3434 - name : Import GPG key
35- uses : crazy-max/ghaction-import-gpg@v5
35+ uses : crazy-max/ghaction-import-gpg@v6
3636 id : import_gpg
3737 with :
3838 gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
3939 passphrase : ${{ secrets.GPG_PASSPHRASE }}
4040
4141 - name : Run GoReleaser
42- uses : goreleaser/goreleaser-action@v4.2 .0
42+ uses : goreleaser/goreleaser-action@v5.1 .0
4343 with :
4444 version : latest
4545 args : release --rm-dist
Original file line number Diff line number Diff line change 1414 generate :
1515 runs-on : ubuntu-latest
1616 steps :
17- - uses : actions/checkout@v3
18- - uses : actions/setup-go@v3
17+ - uses : actions/checkout@v4
18+ - uses : actions/setup-go@v5
1919 with :
2020 go-version-file : ' go.mod'
2121 cache : true
2828 test :
2929 runs-on : ubuntu-latest
3030 steps :
31- - uses : actions/checkout@v2
31+ - uses : actions/checkout@v4
3232
3333 - name : Set up Go
3434 uses : actions/setup-go@v5
@@ -38,15 +38,15 @@ jobs:
3838
3939 - name : golangci-lint
4040 continue-on-error : true
41- uses : golangci/golangci-lint-action@v3
41+ uses : golangci/golangci-lint-action@v6
4242 with :
4343 args : --issues-exit-code=0 --timeout=5m
4444
4545 - name : Run tests
4646 run : go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
4747
4848 - name : Upload to codecov
49- uses : codecov/codecov-action@v3
49+ uses : codecov/codecov-action@v4
5050 with :
5151 verbose : true
5252
@@ -59,12 +59,12 @@ jobs:
5959 pull-requests : write
6060 actions : write
6161 steps :
62- - uses : actions/checkout@v3
62+ - uses : actions/checkout@v4
6363 with :
6464 fetch-depth : 0
6565
6666 - name : Prepare release
67- uses : labd/changie-release-action@v0.2.0
67+ uses : labd/changie-release-action@v0.3.1
6868 with :
6969 github-token : ${{ secrets.GITHUB_TOKEN }}
7070 release-workflow : ' release.yaml'
Original file line number Diff line number Diff line change 1818 private-key : ${{ secrets.RD_APP_PRIVATE_KEY }}
1919 installation-id : ${{ secrets.RD_APP_INSTALLATION_ID }}
2020 - name : set to project board
21- uses : actions/add-to-project@v0.5.0
21+ uses : actions/add-to-project@v1.0.1
2222 with :
2323 project-url : https://github.com/orgs/labd/projects/3
2424 github-token : ${{ steps.get-app-token.outputs.app-token }}
You can’t perform that action at this time.
0 commit comments