Skip to content

Commit

Permalink
Merge pull request #177 from signalwire/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/github-script-7

Bump actions/github-script from 6 to 7
  • Loading branch information
lucasmellos authored Dec 20, 2023
2 parents f5c9e51 + 3e4389f commit f62b58c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/docker-bp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:
EXECUTIONLOG="${EXECUTIONLOG//$'\r'/'%0D'}"
echo "::set-output name=container-logs::$EXECUTIONLOG"
- name: Update Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request' && github.event.inputs.PR_MESSAGE == true
env:
LOGPRINT: "${{ steps.test.outputs.container-logs }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/iac.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
run: exit 1

- name: Update Pull Request
uses: actions/github-script@v6
uses: actions/github-script@v7
if: github.event_name == 'pull_request'
env:
PLANPRINT: "terraform\n${{ steps.read.outputs.content }}"
Expand Down

0 comments on commit f62b58c

Please sign in to comment.