Commit 0141fbf 1 parent 7a67d81 commit 0141fbf Copy full SHA for 0141fbf
File tree 2 files changed +7
-7
lines changed
2 files changed +7
-7
lines changed Original file line number Diff line number Diff line change 7
7
test :
8
8
runs-on : ubuntu-latest
9
9
steps :
10
- - uses : actions/checkout@v3
10
+ - uses : actions/checkout@v4
11
11
12
12
- name : Set up Go 1.20
13
- uses : actions/setup-go@v4
13
+ uses : actions/setup-go@v5
14
14
with :
15
15
go-version : " 1.20"
16
16
17
17
- name : golangci-lint
18
18
continue-on-error : true
19
- uses : golangci/golangci-lint-action@v3
19
+ uses : golangci/golangci-lint-action@v5
20
20
with :
21
21
args : --issues-exit-code=0 --timeout=5m
22
22
23
23
- name : Run tests
24
24
run : go test -race -coverprofile=coverage.out -covermode=atomic -coverpkg=./... -v ./...
25
25
26
26
- name : Upload to codecov
27
- uses : codecov/codecov-action@v3
27
+ uses : codecov/codecov-action@v4
28
28
with :
29
29
verbose : true
30
30
@@ -37,12 +37,12 @@ jobs:
37
37
pull-requests : write
38
38
actions : write
39
39
steps :
40
- - uses : actions/checkout@v3
40
+ - uses : actions/checkout@v4
41
41
with :
42
42
fetch-depth : 0
43
43
44
44
- name : Prepare release
45
-
45
+
46
46
with :
47
47
github-token : ${{ secrets.GITHUB_TOKEN }}
48
48
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