diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 2b39d7b93..f4167d3bd 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Run docs build if: github.event_name != 'pull_request' - uses: actions/github-script@v8 + uses: actions/github-script@v9 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.