Skip to content

Commit eb86ded

Browse files
Bump peter-evans/find-comment from 2 to 3
Bumps [peter-evans/find-comment](https://github.com/peter-evans/find-comment) from 2 to 3. - [Release notes](https://github.com/peter-evans/find-comment/releases) - [Commits](peter-evans/find-comment@v2...v3) --- updated-dependencies: - dependency-name: peter-evans/find-comment dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 5b6f54e commit eb86ded

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/deploy-preview-skip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
deploy-preview:
1818
runs-on: ubuntu-latest
1919
steps:
20-
- uses: peter-evans/find-comment@v2
20+
- uses: peter-evans/find-comment@v3
2121
id: find-comment
2222
name: Find Comment
2323
with:

.github/workflows/deploy-preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
deploy-preview:
2020
runs-on: ubuntu-latest
2121
steps:
22-
- uses: peter-evans/find-comment@v2
22+
- uses: peter-evans/find-comment@v3
2323
id: find-comment
2424
name: Find Comment
2525
with:

0 commit comments

Comments
 (0)