We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 04085d3 + 30e0bc5 commit b48737aCopy full SHA for b48737a
.github/workflows/documentation.yml
@@ -41,7 +41,7 @@ jobs:
41
steps:
42
- name: Run docs build
43
if: github.event_name != 'pull_request'
44
- uses: actions/github-script@v7
+ uses: actions/github-script@v8
45
with:
46
# Token has to be generated on a user account that controls the docs-repository.
47
# The _only_ scope to select is "Access public repositories", nothing more.
composer.json
@@ -37,7 +37,7 @@
37
"php": "^8.1",
38
39
"nyholm/psr7": "~1.8.2",
40
- "simplesamlphp/saml2": "~5.0.2",
+ "simplesamlphp/saml2": "~5.0.3",
"simplesamlphp/simplesamlphp": "~2.4.0",
"simplesamlphp/xml-common": "~1.25.0",
"simplesamlphp/xml-security": "~1.13.0",
0 commit comments