File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 4848 steps :
4949 - uses : actions/checkout@v3
5050 - name : Install Go
51- uses : actions/setup-go@v3
51+ uses : actions/setup-go@v4
5252 with :
5353 go-version : ${{ matrix.golang }}
5454 - name : Run tests on Windows
6767 steps :
6868 - uses : actions/checkout@v3
6969 - name : Install Go
70- uses : actions/setup-go@v3
70+ uses : actions/setup-go@v4
7171 with :
7272 go-version : ${{ matrix.golang }}
7373 - uses : actions/cache@v3.0.7
@@ -107,7 +107,7 @@ jobs:
107107 steps :
108108 - uses : actions/checkout@v3
109109 - name : Install Go
110- uses : actions/setup-go@v3
110+ uses : actions/setup-go@v4
111111 with :
112112 go-version : ${{ matrix.golang }}
113113 - uses : actions/cache@v3.0.7
Original file line number Diff line number Diff line change @@ -18,13 +18,13 @@ jobs:
1818 -
1919 name : Run Semantic Release
2020 id : semantic
21- uses : docker://ghcr.io/codfish/semantic-release-action:v1
21+ uses : docker://ghcr.io/codfish/semantic-release-action:v2
2222 env :
2323 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
2424 -
2525 name : Set up Go
2626 if : steps.semantic.outputs.new-release-published == 'true'
27- uses : actions/setup-go@v3
27+ uses : actions/setup-go@v4
2828 with :
2929 go-version : 1.15.x
3030 -
Original file line number Diff line number Diff line change 11{
22 "dependencies" : {
3- "alex" : " 10 .0.0 " ,
3+ "alex" : " 11 .0.1 " ,
44 "markdown-spellcheck" : " 1.3.1" ,
55 "markdownlint-cli" : " 0.31.1" ,
66 "remark-cli" : " 10.0.1" ,
You can’t perform that action at this time.
0 commit comments