Skip to content

Commit bd74f2f

Browse files
chore(deps): update peter-evans/repository-dispatch action to v3 (#56)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c8b259e commit bd74f2f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
# Trigger an 'on: repository_dispatch' workflow to run in graasp-deploy repository
2929
- name: Push tag to Graasp Deploy (Staging)
3030
if: ${{ steps.release.outputs.releases_created == 'true' }}
31-
uses: peter-evans/repository-dispatch@v2
31+
uses: peter-evans/repository-dispatch@v3
3232
with:
3333
token: ${{ secrets.REPO_ACCESS_TOKEN }}
3434
repository: graasp/graasp-deploy

0 commit comments

Comments
 (0)