Commit 140b366 1 parent 97bf79a commit 140b366 Copy full SHA for 140b366
File tree 3 files changed +12
-12
lines changed
3 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -21,25 +21,25 @@ jobs:
21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Checkout
24
- uses : actions/checkout@v3
24
+ uses : actions/checkout@v4
25
25
26
26
- name : Unshallow
27
27
run : git fetch --prune --unshallow
28
28
29
- - uses : actions/setup-go@v4
29
+ - uses : actions/setup-go@v5
30
30
with :
31
31
go-version-file : " go.mod"
32
32
cache : true
33
33
34
34
- name : Import GPG key
35
- uses : crazy-max/ghaction-import-gpg@v5
35
+ uses : crazy-max/ghaction-import-gpg@v6
36
36
id : import_gpg
37
37
with :
38
38
gpg_private_key : ${{ secrets.GPG_PRIVATE_KEY }}
39
39
passphrase : ${{ secrets.GPG_PASSPHRASE }}
40
40
41
41
- name : Run GoReleaser
42
- uses : goreleaser/goreleaser-action@v4.2 .0
42
+ uses : goreleaser/goreleaser-action@v5.0 .0
43
43
with :
44
44
version : latest
45
45
args : release --rm-dist
Original file line number Diff line number Diff line change 14
14
generate :
15
15
runs-on : ubuntu-latest
16
16
steps :
17
- - uses : actions/checkout@v3
18
- - uses : actions/setup-go@v3
17
+ - uses : actions/checkout@v4
18
+ - uses : actions/setup-go@v5
19
19
with :
20
20
go-version-file : ' go.mod'
21
21
cache : true
28
28
test :
29
29
runs-on : ubuntu-latest
30
30
steps :
31
- - uses : actions/checkout@v2
31
+ - uses : actions/checkout@v4
32
32
33
33
- name : Set up Go
34
34
uses : actions/setup-go@v5
@@ -38,15 +38,15 @@ jobs:
38
38
39
39
- name : golangci-lint
40
40
continue-on-error : true
41
- uses : golangci/golangci-lint-action@v3
41
+ uses : golangci/golangci-lint-action@v6
42
42
with :
43
43
args : --issues-exit-code=0 --timeout=5m
44
44
45
45
- name : Run tests
46
46
run : go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
47
47
48
48
- name : Upload to codecov
49
- uses : codecov/codecov-action@v3
49
+ uses : codecov/codecov-action@v4
50
50
with :
51
51
verbose : true
52
52
@@ -59,12 +59,12 @@ jobs:
59
59
pull-requests : write
60
60
actions : write
61
61
steps :
62
- - uses : actions/checkout@v3
62
+ - uses : actions/checkout@v4
63
63
with :
64
64
fetch-depth : 0
65
65
66
66
- name : Prepare release
67
- uses : labd/changie-release-action@v0.2.0
67
+ uses : labd/changie-release-action@v0.3.1
68
68
with :
69
69
github-token : ${{ secrets.GITHUB_TOKEN }}
70
70
release-workflow : ' release.yaml'
Original file line number Diff line number Diff line change 18
18
private-key : ${{ secrets.RD_APP_PRIVATE_KEY }}
19
19
installation-id : ${{ secrets.RD_APP_INSTALLATION_ID }}
20
20
- name : set to project board
21
- uses : actions/add-to-project@v0.5.0
21
+ uses : actions/add-to-project@v1.0.1
22
22
with :
23
23
project-url : https://github.com/orgs/labd/projects/3
24
24
github-token : ${{ steps.get-app-token.outputs.app-token }}
You can’t perform that action at this time.
0 commit comments