diff --git a/.github/workflows/cd-content-update.yml b/.github/workflows/cd-content-update.yml index 6e86f30ee..321f74f95 100644 --- a/.github/workflows/cd-content-update.yml +++ b/.github/workflows/cd-content-update.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Get the latest release tag id: get_latest_release - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const latestRelease = await github.rest.repos.getLatestRelease({ diff --git a/.github/workflows/ci-links.yml b/.github/workflows/ci-links.yml index 29db1d81b..826dcb983 100644 --- a/.github/workflows/ci-links.yml +++ b/.github/workflows/ci-links.yml @@ -57,7 +57,7 @@ jobs: - name: Find or Create Issue id: issue_finder - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const { data: issues } = await github.rest.issues.listForRepo({