-
Notifications
You must be signed in to change notification settings - Fork 2
Upgrade/mas v1.6.0 #70
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from all commits
4023279
193187a
18b169c
4cccc06
0d71448
fe35fde
e4ad60b
e385e02
589edb7
c6c790c
58864ac
14349de
0fcdf1b
c3c652a
3b9fa84
38278fa
f86339c
aeea362
2b11830
d13bb2f
aaf4129
50035ea
eb8a87c
821e776
7524fbe
69e7122
0568eb4
e644cc5
defb2cf
c512b72
b856c88
7003d1e
490f41f
a08b2c3
e08ab75
88d6276
ac76ce8
377ef1d
0a5d048
8cf0a4e
6959b7d
1519de2
c17fc81
7d82da0
c2b4c66
02ab91b
15f6b37
ae6242f
87950bb
b54a657
e484496
6dfa0e3
0619f83
b6d8cdb
6aa483a
9f78061
72d3ea8
a935574
00c70fb
da696d6
14fbb38
b5e71b7
9fec051
cf74250
8b942c9
7e3df55
cd39513
53ab31d
acb5290
cf18ffe
589e241
ab1f39a
8ac3ba9
555a7f2
e0104a3
ef6b7b8
89468dd
9193ae6
79b1a2d
dd31e49
003f955
9680fe0
0825c2f
be707c9
33034c3
0f5c45c
216baf6
b3c5c20
386dd06
615c595
abafbe2
aea0c9a
df2f611
277e8e8
477385f
12df7c6
3fe07ff
f0ac252
cd11688
3756fb8
429e368
5ad152b
4005d53
554c60f
e0f62cb
d30e7c8
a60bf32
ae6741b
771ac02
db912b6
2f792b0
c79c413
73020f0
341ac89
555d90c
c88cb9c
e221a37
bce99ed
2427205
1bd1b00
ee400e7
d7b320a
7997a8a
163357a
34b3462
98c765c
353d234
01c89cd
2e5b386
3e9e3a3
710cf12
36b791d
28f23e7
f542930
1030ec9
485e9a5
61b6471
bb49d27
87c656f
e45bea7
625db54
2c87ed2
1989cac
81a07cc
13a16e9
cdb21e0
4365607
7af6bd2
606fde2
46334d1
7df0c8b
ae83ccf
5b02453
4e70f83
1fc8145
30abb7c
4863026
11a852e
893e426
9d80ecc
66f8814
0d27c34
78b010d
52c04c1
ba9fc35
6102a4b
cc57e33
d516b3d
a0c5583
db3dcce
8fb0caf
dda3a49
f8ba4ff
112dd40
806a815
c9fd465
bc3d3d4
820b1d7
5fa9725
eeba7e1
be40e1b
7d5e9b8
c5756d4
b23a35a
c74150f
42f6664
a7d8354
f51747a
c8ed125
84450a7
e5a54f2
95bc20e
d8b5e16
b5fefb2
cf4ecae
9061e97
7473f4f
e648c8e
54c025f
80feaff
409f354
3d80097
8359f8b
0d28304
e644f68
35dabbb
bb9dc1c
013d9dc
5ce8ffc
0931d5d
988bc8e
59ebf42
78fd24b
6d2ed5a
5fc3a31
f380eda
f020cce
a01c0af
e934b22
2f94de2
9a5f2f5
adad551
ceaac61
4af582a
72f9a1f
763e236
7a24a22
aae123b
e2ac337
3343334
dc3fdd6
35d2ce8
647c8e7
ea7f568
eeeec35
16ec04e
d2309bf
e5183f6
f633e42
ab52f7e
83cecaf
84d01d3
99a5ebe
2a3ea45
eeb5d61
85fbc06
7708ec5
d41a5d8
3dd362a
4c67ac8
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1 @@ | ||
| * @element-hq/mas-maintainers |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -264,7 +264,11 @@ jobs: | |
| type=sha | ||
|
|
||
| - name: Setup Cosign | ||
| <<<<<<< HEAD | ||
| uses: sigstore/[email protected] | ||
| ======= | ||
| uses: sigstore/[email protected] | ||
| >>>>>>> v1.6.0 | ||
|
|
||
| - name: Set up Docker Buildx | ||
| uses: docker/[email protected] | ||
|
|
@@ -274,7 +278,7 @@ jobs: | |
| mirrors = ["mirror.gcr.io"] | ||
|
|
||
| - name: Login to GitHub Container Registry | ||
| uses: docker/login-action@v3.5.0 | ||
| uses: docker/login-action@v3.6.0 | ||
| with: | ||
| registry: ghcr.io | ||
| username: ${{ github.repository_owner }} | ||
|
|
@@ -333,7 +337,11 @@ jobs: | |
| merge-multiple: true | ||
|
|
||
| - name: Prepare a release | ||
| <<<<<<< HEAD | ||
| uses: softprops/[email protected] | ||
| ======= | ||
| uses: softprops/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| generate_release_notes: true | ||
| body: | | ||
|
|
@@ -402,7 +410,11 @@ jobs: | |
| await script({ core, github, context }); | ||
|
|
||
| - name: Update unstable release | ||
| <<<<<<< HEAD | ||
| uses: softprops/[email protected] | ||
| ======= | ||
| uses: softprops/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| name: "Unstable build" | ||
| tag_name: unstable | ||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probleme de merge? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,7 +64,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
@@ -88,7 +92,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
@@ -112,7 +120,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 20 | ||
|
|
||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probleme de merge? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -39,7 +39,11 @@ jobs: | |
| tool: mdbook | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probleme de merge? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -64,7 +64,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probleme de merge? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -22,7 +22,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
||
|
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. probleme de merge? |
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -21,7 +21,11 @@ jobs: | |
| uses: actions/checkout@v5 | ||
|
|
||
| - name: Install Node | ||
| <<<<<<< HEAD | ||
| uses: actions/[email protected] | ||
| ======= | ||
| uses: actions/[email protected] | ||
| >>>>>>> v1.6.0 | ||
| with: | ||
| node-version: 22 | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
probleme de merge?