Skip to content
This repository has been archived by the owner on May 25, 2024. It is now read-only.

Commit

Permalink
Merge pull request #211 from usefulness/renovate/peter-evans-find-com…
Browse files Browse the repository at this point in the history
…ment-3.x

Update peter-evans/find-comment action to v3
  • Loading branch information
mateuszkwiecinski authored Jan 25, 2024
2 parents 0dc32e2 + 160a77f commit b48b0df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dependencies.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
project: 'slidr'
configuration: releaseRuntimeClasspath

- uses: peter-evans/find-comment@v2
- uses: peter-evans/find-comment@v3
id: find_comment
if: github.event_name == 'pull_request'
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run_diffuse.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
old-file-path: diffuse-source-file-release
new-file-path: slidr/build/outputs/aar/slidr-release.aar

- uses: peter-evans/find-comment@v2
- uses: peter-evans/find-comment@v3
id: find_comment
with:
issue-number: ${{ github.event.pull_request.number }}
Expand Down

0 comments on commit b48b0df

Please sign in to comment.