Skip to content

Commit

Permalink
chore(deps): update actions/github-script action to v7 (#657)
Browse files Browse the repository at this point in the history
Co-authored-by: playground-manager[bot] <126197455+playground-manager[bot]@users.noreply.github.com>
  • Loading branch information
playground-manager[bot] authored Nov 20, 2023
1 parent 9524d95 commit 142338f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pre-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Delete Bot Comments
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ github.event_name == 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down Expand Up @@ -103,7 +103,7 @@ jobs:
--console=plain
- name: Gradle Scan Link
uses: actions/github-script@v6
uses: actions/github-script@v7
if: ${{ github.event_name == 'pull_request' && steps.gradle.outputs.build-scan-url }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/terraform.yml
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ jobs:
terraform -chdir=terraform plan >/dev/null -lock-timeout=5m -out=.terraform/terraform.tfplan
terraform -chdir=terraform show .terraform/terraform.tfplan -no-color
- uses: actions/github-script@v6
- uses: actions/github-script@v7
if: ${{ github.event_name == 'pull_request' }}
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 142338f

Please sign in to comment.