Skip to content

Commit b48737a

Browse files
authored
Merge branch 'master' into feature/saml2-upgrade
2 parents 04085d3 + 30e0bc5 commit b48737a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
steps:
4242
- name: Run docs build
4343
if: github.event_name != 'pull_request'
44-
uses: actions/github-script@v7
44+
uses: actions/github-script@v8
4545
with:
4646
# Token has to be generated on a user account that controls the docs-repository.
4747
# The _only_ scope to select is "Access public repositories", nothing more.

composer.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@
3737
"php": "^8.1",
3838

3939
"nyholm/psr7": "~1.8.2",
40-
"simplesamlphp/saml2": "~5.0.2",
40+
"simplesamlphp/saml2": "~5.0.3",
4141
"simplesamlphp/simplesamlphp": "~2.4.0",
4242
"simplesamlphp/xml-common": "~1.25.0",
4343
"simplesamlphp/xml-security": "~1.13.0",

0 commit comments

Comments
 (0)