Skip to content

Commit 443de58

Browse files
chore(deps): bump actions/github-script from 8.0.0 to 9.0.0 (hiero-ledger#625)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 61a341c commit 443de58

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/bot-coderabbit-plan-trigger.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
env:
4343
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4444
DRY_RUN: ${{ github.event_name == 'workflow_dispatch' && inputs.dry_run || 'false' }}
45-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd #v8.0.0
45+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 #v9.0.0
4646
with:
4747
script: |
4848
const script = require('./.github/scripts/coderabbit_plan_trigger.cjs');

0 commit comments

Comments
 (0)