Skip to content

Commit 8f848b5

Browse files
authored
Merge branch 'main' into dbraquart/rework-user-and-group-modification-and-display
2 parents 9b844a2 + 6860c2d commit 8f848b5

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@8197c006b729cfd664ffa3f3fe4bb603fb574c69
11+
uses: powsybl/github-ci/.github/workflows/build-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
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@8197c006b729cfd664ffa3f3fe4bb603fb574c69
13+
uses: powsybl/github-ci/.github/workflows/patch-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
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@8197c006b729cfd664ffa3f3fe4bb603fb574c69
17+
uses: powsybl/github-ci/.github/workflows/release-frontend-app-generic.yml@69b162754c0728d9aeb2ea568eaf47f28f60fafb
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.17.0-SNAPSHOT",
3+
"version": "2.18.0-SNAPSHOT",
44
"license": "MPL-2.0",
55
"private": true,
66
"type": "module",

0 commit comments

Comments
 (0)