mirror of
https://github.com/meshtastic/Meshtastic-Android.git
synced 2026-04-20 22:23:37 +00: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:
parent
ab5d68b484
commit
b078d63b40
3 changed files with 3 additions and 3 deletions
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 }}`;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue