Skip to content

Commit cbb9390

Browse files
authored
Merge pull request #5 from CipherOcto/dependabot/github_actions/actions/github-script-8 [skip release]
chore(ci)(deps): bump actions/github-script from 7 to 8
2 parents 66d224f + b1e6d97 commit cbb9390

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/agent-review.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
8989
- name: Post Comment
9090
if: steps.diff.outputs.has_changes == 'true'
91-
uses: actions/github-script@v7
91+
uses: actions/github-script@v8
9292
with:
9393
script: |
9494
const fs = require('fs');

0 commit comments

Comments
 (0)