Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Nov 22, 2023
1 parent 2c57e4d commit e5d9d2c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_rocks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ jobs:
- uses: actions/[email protected]
- name: Generate rock paths and images
id: gen-rock-paths-and-images
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const path = require('path')
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/comment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
steps:
- uses: actions/[email protected]
- name: Download test report artifact
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const fs = require('fs');
Expand All @@ -43,7 +43,7 @@ jobs:
shell: bash
run: unzip ${{ env.ARTIFACT_NAME }}.zip
- name: Comment on PR
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ jobs:
done
- name: Export test report
if: always() && !cancelled()
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const no_color = (text) => {
Expand Down

0 comments on commit e5d9d2c

Please sign in to comment.