diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 82a35f05d74e..f2a4112f3b6d 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -86,7 +86,7 @@ jobs: # This step requires a secret token with `pull` access to composer/docker. The default # secrets.GITHUB_TOKEN is scoped to this repository only which is not sufficient. - name: "Open issue @ Docker repository" - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.PUBLIC_REPO_ACCESS_TOKEN }} script: |