Skip to content

Commit 642afc5

Browse files
Bump peter-evans/find-comment from 2 to 3 (#310)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c32d6a commit 642afc5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test_migration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
atlas schema diff --from "maria://root:super_secret_passw0rd@localhost:3306/campus_db" --to "maria://root:super_secret_passw0rd@localhost:3300/campus_db" --format '{{ sql . " " }}' >> $GITHUB_OUTPUT &&
5959
echo "$EOF" >> $GITHUB_OUTPUT
6060
- name: Find Comment
61-
uses: peter-evans/find-comment@v2
61+
uses: peter-evans/find-comment@v3
6262
id: fc
6363
with:
6464
issue-number: "${{ github.event.number }}"

0 commit comments

Comments
 (0)