Skip to content

Commit 423b6ca

Browse files
Bump marocchino/sticky-pull-request-comment from 2 to 3 (RustPython#7447)
Bumps [marocchino/sticky-pull-request-comment](https://github.com/marocchino/sticky-pull-request-comment) from 2 to 3. - [Release notes](https://github.com/marocchino/sticky-pull-request-comment/releases) - [Commits](marocchino/sticky-pull-request-comment@v2...v3) --- updated-dependencies: - dependency-name: marocchino/sticky-pull-request-comment dependency-version: '3' 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>
1 parent caca67c commit 423b6ca

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lib-deps-check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
100100
- name: Post comment
101101
if: steps.deps-check.outputs.has_output == 'true'
102-
uses: marocchino/sticky-pull-request-comment@v2
102+
uses: marocchino/sticky-pull-request-comment@v3
103103
with:
104104
header: lib-deps-check
105105
number: ${{ github.event.pull_request.number }}
@@ -116,7 +116,7 @@ jobs:
116116
117117
- name: Remove comment if no Lib changes
118118
if: steps.changed-files.outputs.modules == ''
119-
uses: marocchino/sticky-pull-request-comment@v2
119+
uses: marocchino/sticky-pull-request-comment@v3
120120
with:
121121
header: lib-deps-check
122122
number: ${{ github.event.pull_request.number }}

0 commit comments

Comments
 (0)