File tree 5 files changed +28
-6
lines changed
5 files changed +28
-6
lines changed Original file line number Diff line number Diff line change 11
11
- uses : actions/checkout@v3
12
12
with :
13
13
fetch-depth : 0
14
- - uses : wagoid/commitlint-github-action@v4
14
+ - uses : wagoid/commitlint-github-action@v5
Original file line number Diff line number Diff line change 48
48
run : cat RELEASE_NOTES.md
49
49
50
50
- name : Run GoReleaser
51
- uses : goreleaser/goreleaser-action@v3
51
+ uses : goreleaser/goreleaser-action@v4
52
52
if : steps.check-tag.outputs.prerelease == 'false'
53
53
with :
54
54
version : latest
57
57
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
58
58
59
59
- name : Run GoReleaser on pre-release
60
- uses : goreleaser/goreleaser-action@v3
60
+ uses : goreleaser/goreleaser-action@v4
61
61
if : steps.check-tag.outputs.prerelease == 'true'
62
62
with :
63
63
version : latest
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ require (
42
42
gopkg.in/yaml.v2 v2.4.0
43
43
k8s.io/api v0.22.4
44
44
k8s.io/apimachinery v0.22.4
45
- k8s.io/client-go v0.22.4
45
+ k8s.io/client-go/v11 v11.0.0+incompatible
46
46
k8s.io/utils v0.0.0-20220713171938-56c0de1e6f5e
47
47
)
48
48
Original file line number Diff line number Diff line change 16
16
"dependencies" : {
17
17
"@docusaurus/core" : " 2.2.0" ,
18
18
"@docusaurus/preset-classic" : " 2.2.0" ,
19
- "@mdx-js/react" : " 1.6.22 " ,
19
+ "@mdx-js/react" : " 2.2.1 " ,
20
20
"@svgr/webpack" : " 6.5.1" ,
21
21
"clsx" : " 1.2.1" ,
22
22
"file-loader" : " 6.2.0" ,
Original file line number Diff line number Diff line change 3383
3383
unist-builder "2.0.3"
3384
3384
unist-util-visit "2.0.3"
3385
3385
3386
- " @mdx-js/[email protected] " , "@mdx-js/react@^1.6.22":
3386
+
3387
+ version "2.2.1"
3388
+ resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-2.2.1.tgz#5a70592418d52b1b01538c37e795034601c96ec5"
3389
+ integrity sha512-YdXcMcEnqZhzql98RNrqYo9cEhTTesBiCclEtoiQUbJwx87q9453GTapYU6kJ8ZZ2ek1Vp25SiAXEFy5O/eAPw==
3390
+ dependencies :
3391
+ " @types/mdx" " ^2.0.0"
3392
+ " @types/react" " >=16"
3393
+
3394
+ " @mdx-js/react@^1.6.22 " :
3387
3395
version "1.6.22"
3388
3396
resolved "https://registry.yarnpkg.com/@mdx-js/react/-/react-1.6.22.tgz#ae09b4744fddc74714ee9f9d6f17a66e77c43573"
3389
3397
integrity sha512-TDoPum4SHdfPiGSAaRBw7ECyI8VaHpK8GJugbJIJuqyh6kzw9ZLJZW3HGL3NNrJGxcAixUvqROm+YuQOo5eXtg==
3783
3791
dependencies :
3784
3792
" @types/unist" " *"
3785
3793
3794
+ " @types/mdx@^2.0.0 " :
3795
+ version "2.0.3"
3796
+ resolved "https://registry.yarnpkg.com/@types/mdx/-/mdx-2.0.3.tgz#43fd32414f17fcbeced3578109a6edd877a2d96e"
3797
+ integrity sha512-IgHxcT3RC8LzFLhKwP3gbMPeaK7BM9eBH46OdapPA7yvuIUJ8H6zHZV53J8hGZcTSnt95jANt+rTBNUUc22ACQ==
3798
+
3786
3799
" @types/mime@^1 " :
3787
3800
version "1.3.2"
3788
3801
resolved "https://registry.yarnpkg.com/@types/mime/-/mime-1.3.2.tgz#93e25bf9ee75fe0fd80b594bc4feb0e862111b5a"
3858
3871
" @types/scheduler" " *"
3859
3872
csstype "^3.0.2"
3860
3873
3874
+ " @types/react@>=16 " :
3875
+ version "18.0.26"
3876
+ resolved "https://registry.yarnpkg.com/@types/react/-/react-18.0.26.tgz#8ad59fc01fef8eaf5c74f4ea392621749f0b7917"
3877
+ integrity sha512-hCR3PJQsAIXyxhTNSiDFY//LhnMZWpNNr5etoCqx/iUfGc5gXWtQR2Phl908jVR6uPXacojQWTg4qRpkxTuGug==
3878
+ dependencies :
3879
+ " @types/prop-types" " *"
3880
+ " @types/scheduler" " *"
3881
+ csstype "^3.0.2"
3882
+
3861
3883
" @types/retry@^0.12.0 " :
3862
3884
version "0.12.1"
3863
3885
resolved "https://registry.yarnpkg.com/@types/retry/-/retry-0.12.1.tgz#d8f1c0d0dc23afad6dc16a9e993a0865774b4065"
You can’t perform that action at this time.
0 commit comments