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] committed Nov 23, 2023
1 parent d6d7108 commit 2a0598c
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/new-pr-opened.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
permissions:
pull-requests: write
steps:
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
// adds a comment to the PR (there is the issue API only which works work PRs too)
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/slash_ops_commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
maintainer=${maintainers[ $RANDOM % ${#maintainers[@]} ]}
echo "maintainer=$maintainer" >> "$GITHUB_OUTPUT"
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
with:
script: |
// adds a comment to the PR (there is the issue API, which works work PRs too)
Expand Down Expand Up @@ -69,7 +69,7 @@ jobs:
commit_message: "chore: format Terraform code"

- name: Failure notice
uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
if: ${{ failure() }}
with:
script: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slash_ops_comment_dispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
slash-command-dispatch:
runs-on: ubuntu-latest
steps:
- uses: actions/github-script@d7906e4ad0b1822421a7e6a35d5ca353c962f410 # v6.4.1
- uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1
id: vars
with:
script: |
Expand Down

0 comments on commit 2a0598c

Please sign in to comment.