File tree 3 files changed +12
-2
lines changed
3 files changed +12
-2
lines changed Original file line number Diff line number Diff line change
1
+ # Changelog
2
+
3
+ ## v1.3.0 - 2024/04/07
4
+
5
+ - Support a forked repository in GitHub search. by @chaspy in https://github.com/kyoshidajp/dep-doctor/pull/72
6
+ - Bump actions/cache from 3.3.2 to 4.0.1.
7
+ - Bump golangci/golangci-lint-action from 3 to 4.
8
+ - Bump k1LoW/octocov-action from 0 to 1.
9
+ - Bump github/codeql-action from 2 to 3.
10
+ - Bump actions/setup-go from 4 to 5.
Original file line number Diff line number Diff line change @@ -132,7 +132,7 @@ jobs:
132
132
- uses : actions/checkout@v4
133
133
- uses : kyoshidajp/dep-doctor@v1
134
134
with :
135
- version : v1.0 .0 # or latest
135
+ version : v1.3 .0 # or latest
136
136
- run : dep-doctor diagnose --package golang --file go.mod
137
137
env :
138
138
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change 8
8
)
9
9
10
10
var (
11
- Revision = "2 "
11
+ Revision = "3 "
12
12
Version = "1"
13
13
)
14
14
You can’t perform that action at this time.
0 commit comments