Skip to content

Commit 3d29daa

Browse files
chore(deps): bump actions/github-script from 7 to 9
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>
1 parent 79ab1a0 commit 3d29daa

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/nix-build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Post or update PR comment
5050
if: steps.check.outputs.SYNC_OK == 'false' && github.event_name == 'pull_request'
51-
uses: actions/github-script@v7
51+
uses: actions/github-script@v9
5252
env:
5353
COMMENT_BODY: ${{ steps.missing.outputs.body }}
5454
with:
@@ -151,7 +151,7 @@ jobs:
151151
152152
- name: Post or update PR comment
153153
if: steps.build.outputs.BUILD_FAILED == 'true' && github.event_name == 'pull_request'
154-
uses: actions/github-script@v7
154+
uses: actions/github-script@v9
155155
env:
156156
COMMENT_BODY: ${{ steps.error.outputs.body }}
157157
with:

0 commit comments

Comments
 (0)