mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2025-12-24 00:07:48 -05:00
chore(deps): update actions/github-script action to v8 (#3889)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/models_completeness.yml
vendored
2
.github/workflows/models_completeness.yml
vendored
@@ -27,7 +27,7 @@ jobs:
|
||||
|
||||
- name: Comment on issue
|
||||
if: steps.ai.outputs.response != ''
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
github.rest.issues.createComment({
|
||||
|
||||
2
.github/workflows/models_quality.yml
vendored
2
.github/workflows/models_quality.yml
vendored
@@ -32,7 +32,7 @@ jobs:
|
||||
|
||||
- name: Apply label if needed
|
||||
if: steps.ai.outputs.response != 'ok'
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const label = `${{ steps.ai.outputs.response }}`;
|
||||
|
||||
2
.github/workflows/models_resolver.yml
vendored
2
.github/workflows/models_resolver.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
temperature: 0.7
|
||||
|
||||
- name: Post welcome comment
|
||||
uses: actions/github-script@v7
|
||||
uses: actions/github-script@v8
|
||||
with:
|
||||
script: |
|
||||
const message = `${{ steps.ai.outputs.response }}`;
|
||||
|
||||
Reference in New Issue
Block a user