Skip to content
Snippets Groups Projects
Commit f29380a6 authored by Tim van Dijen's avatar Tim van Dijen
Browse files

Bump github-script action

parent 92084048
No related branches found
No related tags found
No related merge requests found
......@@ -105,7 +105,7 @@ jobs:
startsWith(github.ref, 'refs/tags/v') &&
contains(github.ref, 'alpha') != true &&
contains(github.ref, 'beta') != true
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the docs-repository.
# The _only_ scope to select is "Access public repositories", nothing more.
......
......@@ -43,7 +43,7 @@ jobs:
steps:
- name: Run docs build
if: github.event_name != 'pull_request'
uses: actions/github-script@v6
uses: actions/github-script@v7
with:
# Token has to be generated on a user account that controls the docs-repository.
# The _only_ scope to select is "Access public repositories", nothing more.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment