File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
Expand file tree Collapse file tree 5 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 2323 build :
2424 runs-on : ubuntu-20.04
2525 steps :
26- - uses : actions/checkout@v4
26+ - uses : actions/checkout@v5
2727
2828 - name : Set up Python 3.8
2929 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1717 build :
1818 runs-on : ubuntu-20.04
1919 steps :
20- - uses : actions/checkout@v4
20+ - uses : actions/checkout@v5
2121
2222 - name : Set up Python 3.8
2323 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 1919 build :
2020 runs-on : ubuntu-latest
2121 steps :
22- - uses : actions/checkout@v4
22+ - uses : actions/checkout@v5
2323
2424 - name : Set up Python 3.8
2525 uses : actions/setup-python@v5
Original file line number Diff line number Diff line change 7272 target : /application.yml
7373 type : bind
7474 - source : /opt/openconext/invite/logback.xml
75- target : /logback.yml
75+ target : /logback.xml
7676 type : bind
7777 - source : /opt/openconext/invite/private_key_pkcs8.pem
7878 target : /private_key_pkcs8.pem
Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ server:
2828features: {{ manage.features }}
2929
3030feature_toggles:
31- allow_secret_public_rp: True
31+ allow_secret_public_rp: True
3232
3333push:
3434 eb:
You can’t perform that action at this time.
0 commit comments