Skip to content

Commit 2b8649b

Browse files
Merge remote-tracking branch 'origin/main' into fix-mui-theme
2 parents 73fecd8 + b7a19fa commit 2b8649b

File tree

5 files changed

+6
-6
lines changed

5 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88

99
jobs:
1010
build:
11-
uses: powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
11+
uses: powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
1212
with:
1313
dockerImage: gridsuite/gridadmin-app
1414
dockerUsername: gridsuiteci

.github/workflows/patch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010

1111
jobs:
1212
run-patch:
13-
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
13+
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
1414
with:
1515
releaseVersion: ${{ github.event.inputs.releaseVersion }}
1616
dockerImage: docker.io/gridsuite/gridadmin-app

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ on:
1414

1515
jobs:
1616
run-release:
17-
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@0777e7de16f075cfbe09c39f61d984abacc40c57
17+
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@aaae75875296657028f2805e7a3fbdb1418b8b95
1818
with:
1919
releaseVersion: ${{ github.event.inputs.releaseVersion }}
2020
commitSha: ${{ github.event.inputs.gitReference }}

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "gridadmin-app",
3-
"version": "2.23.0-SNAPSHOT",
3+
"version": "2.24.0-SNAPSHOT",
44
"license": "MPL-2.0",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)