diff --git a/.github/workflows/dependabot-auto-merge.yml b/.github/workflows/dependabot-auto-merge.yml index 0e8338f..8b742b5 100644 --- a/.github/workflows/dependabot-auto-merge.yml +++ b/.github/workflows/dependabot-auto-merge.yml @@ -32,7 +32,7 @@ jobs: - name: Comment on major updates if: steps.metadata.outputs.update-type == 'version-update:semver-major' - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({ @@ -53,7 +53,7 @@ jobs: }) - name: Label based on update type - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const updateType = '${{ steps.metadata.outputs.update-type }}'; diff --git a/.github/workflows/scheduled-checks.yml b/.github/workflows/scheduled-checks.yml index e91f97f..72ceb30 100644 --- a/.github/workflows/scheduled-checks.yml +++ b/.github/workflows/scheduled-checks.yml @@ -38,7 +38,7 @@ jobs: - name: Create issue if URLs are broken if: failure() - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const title = '🔗 Broken URLs detected in manifests';