Commit 0945cfa 1 parent 32bc83a commit 0945cfa Copy full SHA for 0945cfa
File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 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@v4
27
+ uses : codecov/codecov-action@v5
28
28
with :
29
29
verbose : true
30
30
42
42
fetch-depth : 0
43
43
44
44
- name : Prepare release
45
- uses : labd/changie-release-action@v0.3.2
45
+ uses : labd/changie-release-action@v0.5.0
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.2
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