File tree Expand file tree Collapse file tree 6 files changed +7
-7
lines changed
Expand file tree Collapse file tree 6 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -14,14 +14,14 @@ jobs:
1414 steps :
1515 - name : add-new-issues-to-organization-based-project-column
1616 if : github.event_name == 'issues' && github.event.action == 'opened'
17- uses : alex-page/github-project-automation-plus@v0.8.3
17+ uses : alex-page/github-project-automation-plus@v0.9.0
1818 with :
1919 project : CoMPAS Issues Overview Board
2020 column : To do
2121 repo-token : ${{ secrets.ORG_GITHUB_ACTION_SECRET }}
2222 - name : add-new-pull-request-to-organization-based-project-column
2323 if : (github.event_name == 'pull_request' || github.event_name == 'pull_request_target') && github.event.action == 'opened'
24- uses : alex-page/github-project-automation-plus@v0.8.3
24+ uses : alex-page/github-project-automation-plus@v0.9.0
2525 with :
2626 project : CoMPAS Pull Request Overview Board
2727 column : To do
Original file line number Diff line number Diff line change 2222 uses : actions/checkout@v4
2323
2424 - name : Cache Docker Register
25- uses : actions/cache@v3
25+ uses : actions/cache@v4
2626 with :
2727 path : /tmp/.buildx-cache
2828 key : ${{ runner.os }}-buildx-${{ hashFiles('**/Dockerfile') }}
Original file line number Diff line number Diff line change 22#
33# SPDX-License-Identifier: Apache-2.0
44
5- COMPAS_HOSTNAME = localhost
5+ COMPAS_HOSTNAME = 127.0.0.1
66CONFIGURATION_LOCATION = /nginx.conf
77BACKDOOR_PORT = 8000
88BACKDOOR_PATH = next
Original file line number Diff line number Diff line change @@ -151,7 +151,7 @@ services:
151151 open-scd :
152152 labels :
153153 compas : true
154- image : " lfenergy/compas-open-scd:v0.33.0.6 "
154+ image : " lfenergy/compas-open-scd:v0.33.0.7 "
155155 depends_on :
156156 - scl-data-service
157157 - cim-mapping
Original file line number Diff line number Diff line change 55# We want to go back to below image, but it seems to be broken.
66# For now use fixed version which still works.
77# FROM openresty/openresty:alpine-fat
8- FROM openresty/openresty:1.21.4.3 -2-alpine-fat
8+ FROM openresty/openresty:1.25.3.1 -2-alpine-fat
99
1010ARG COMPAS_HOSTNAME
1111ARG CONFIGURATION_LOCATION
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ Test Setup Initialize and Start OpenSCD
1010Test Teardown Make screenshot and Stop OpenSCD
1111
1212*** Variables ***
13- ${single-line-diagram-selector } oscd-plugin631642fb644970bc
13+ ${single-line-diagram-selector } oscd-plugin5f1cbbcb9fada7d8
1414
1515${substation1 } _af9a4ae3-ba2e-4c34-8e47-5af894ee20f4
1616${substation1VoltageLevel } ${substation1 } >S1 110kV
You can’t perform that action at this time.
0 commit comments