Commit 08146c6 1 parent c8780c9 commit 08146c6 Copy full SHA for 08146c6
File tree 4 files changed +6
-3
lines changed
4 files changed +6
-3
lines changed Original file line number Diff line number Diff line change 7
7
runs-on : ubuntu-latest
8
8
steps :
9
9
- uses : actions/checkout@master
10
- - uses : codfish/semantic-release-action@v1
10
+ - uses : codfish/semantic-release-action@v3
11
11
if : github.ref == 'refs/heads/master'
12
12
env :
13
13
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
Original file line number Diff line number Diff line change @@ -15,6 +15,7 @@ require (
15
15
github.com/mitchellh/copystructure v1.0.0 // indirect
16
16
github.com/mitchellh/reflectwalk v1.0.1 // indirect
17
17
gopkg.in/yaml.v2 v2.4.0
18
+ gopkg.in/yaml.v3 v3.0.1
18
19
moul.io/godev v1.7.0
19
20
moul.io/srand v1.6.1
20
21
)
Original file line number Diff line number Diff line change @@ -868,6 +868,8 @@ gopkg.in/yaml.v3 v3.0.0-20190709130402-674ba3eaed22/go.mod h1:K4uyk7z7BCEPqu6E+C
868
868
gopkg.in/yaml.v3 v3.0.0-20200313102051-9f266ea9e77c /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
869
869
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 h1:tQIYjPdBoyREyB9XMu+nnTclpTYkz2zFM+lzLJFO4gQ =
870
870
gopkg.in/yaml.v3 v3.0.0-20200615113413-eeeca48fe776 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
871
+ gopkg.in/yaml.v3 v3.0.1 h1:fxVm/GzAzEWqLHuvctI91KS9hhNmmWOoWu0XTYJS7CA =
872
+ gopkg.in/yaml.v3 v3.0.1 /go.mod h1:K4uyk7z7BCEPqu6E+C64Yfv1cQ7kz7rIZviUmN+EgEM =
871
873
honnef.co/go/tools v0.0.0-20190102054323-c2f93a96b099 /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
872
874
honnef.co/go/tools v0.0.0-20190106161140-3f1c8253044a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
873
875
honnef.co/go/tools v0.0.0-20190418001031-e561f6794a2a /go.mod h1:rf3lG4BRIbNafJWhAfAdb/ePZxsR/4RtNHQocxwk9r4 =
Original file line number Diff line number Diff line change 3
3
< meta http-equiv ="Content-Type " content ="text/html; charset=UTF-8 " />
4
4
< meta charset ="UTF-8 " />
5
5
< title > Pipotron</ title >
6
- < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0 /css/bootstrap.min.css " rel ="stylesheet " />
6
+ < link href ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3 /css/bootstrap.min.css " rel ="stylesheet " />
7
7
< meta name ="viewport " content ="width=device-width,minimum-scale=1,initial-scale=1 " />
8
8
< script async src ="https://www.googletagmanager.com/gtag/js?id=UA-133664781-4 "> </ script >
9
9
< script >
65
65
</ footer >
66
66
</ div >
67
67
< script src ="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js "> </ script >
68
- < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.6.0 /js/bootstrap.min.js "> </ script >
68
+ < script src ="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/5.3.3 /js/bootstrap.min.js "> </ script >
69
69
< script src ="./dicts.js "> </ script >
70
70
< script >
71
71
function generate ( ) {
You can’t perform that action at this time.
0 commit comments