Skip to content

Commit 39da41b

Browse files
Bump actions/github-script from 7 to 9 (#166)
Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: gstraccini[bot] <150967461+gstraccini[bot]@users.noreply.github.com>
1 parent 27eb86c commit 39da41b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -316,7 +316,7 @@ runs:
316316
echo "EOF" >> $GITHUB_OUTPUT
317317
318318
- name: Create review suggestion for .infisicalignore
319-
uses: actions/github-script@v7
319+
uses: actions/github-script@v9
320320
if: env.SECRETS_FOUND == 'true' && env.FORKED == 'false' && inputs.ADD_COMMENT == 'true'
321321
with:
322322
github-token: ${{ inputs.GH_TOKEN }}

0 commit comments

Comments
 (0)