Skip to content

Commit

Permalink
ci(github): upgrade actions/github-script to 7.0.1 project-wide
Browse files Browse the repository at this point in the history
Fixes #3458

Signed-off-by: Peter Somogyvari <[email protected]>
  • Loading branch information
petermetz authored and sandeepnRES committed Aug 9, 2024
1 parent 5f70aae commit d0e4539
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ jobs:
id: print_env_git_index_file_count
run: |
echo "${{ env.GIT_INDEX_FILE_COUNT }}"
- uses: actions/github-script@v6.4.1
- uses: actions/github-script@v7.0.1
id: set-result-git_index_file_count
with:
script: |
Expand All @@ -251,7 +251,7 @@ jobs:

- name: Check Lint Side-effects
if: ${{ steps.set-result-git_index_file_count.outputs.result != 0 }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const failMsg = "yarn lint script produced version control " +
Expand Down Expand Up @@ -306,7 +306,7 @@ jobs:
run: |
echo "${{ env.GIT_INDEX_FILE_COUNT }}"
- uses: actions/github-script@v6.4.1
- uses: actions/github-script@v7.0.1
id: set-result-git_index_file_count
with:
script: |
Expand All @@ -321,7 +321,7 @@ jobs:

- name: Check CodeGen Side-effects
if: ${{ steps.set-result-git_index_file_count.outputs.result != 0 }}
uses: actions/github-script@v6.4.1
uses: actions/github-script@v7.0.1
with:
script: |
const failMsg = "yarn codegen script produced version control " +
Expand Down

0 comments on commit d0e4539

Please sign in to comment.