diff --git a/.github/workflows/codeql.yml b/.github/workflows/codeql.yml index 60dbef1c..6ffd82d9 100644 --- a/.github/workflows/codeql.yml +++ b/.github/workflows/codeql.yml @@ -28,7 +28,7 @@ jobs: continue: ${{ steps.continue.outputs.result }} steps: - name: Get repo languages - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: lang with: script: | @@ -87,7 +87,7 @@ jobs: return matrix - name: Continue - uses: actions/github-script@v7 + uses: actions/github-script@v8 id: continue with: script: | diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index d1212f65..3dd28ce4 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -60,7 +60,7 @@ jobs: if: >- github.event_name == 'release' && github.event.action == 'edited' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const latestRelease = await github.rest.repos.getLatestRelease({