summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorrenovate[bot] <29139614+renovate[bot]@users.noreply.github.com>2024-03-03 18:58:33 -0800
committerGitHub <noreply@github.com>2024-03-03 18:58:33 -0800
commitb604206897996086d086121ba59750024281eec7 (patch)
tree6162006d58b7bfa2378b7261442d69ac7fd85ff1
parent0b8c93a934b5640c20f38c58d5185a5540eda06a (diff)
chore(deps): update peter-evans/repository-dispatch action to v3 (#3606)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
-rw-r--r--.github/workflows/build-storybook.yml2
-rw-r--r--.github/workflows/screenshots.yml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/build-storybook.yml b/.github/workflows/build-storybook.yml
index d6954bfc7..ca6c2f358 100644
--- a/.github/workflows/build-storybook.yml
+++ b/.github/workflows/build-storybook.yml
@@ -47,7 +47,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dispatch event to web site
- uses: peter-evans/repository-dispatch@v2
+ uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.BUNDLE_STORYBOOK_OWNCAST_ONLINE }}
repository: owncast/owncast.github.io
diff --git a/.github/workflows/screenshots.yml b/.github/workflows/screenshots.yml
index 232338d7b..56a8af096 100644
--- a/.github/workflows/screenshots.yml
+++ b/.github/workflows/screenshots.yml
@@ -51,7 +51,7 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Dispatch event to web site
- uses: peter-evans/repository-dispatch@v2
+ uses: peter-evans/repository-dispatch@v3
with:
token: ${{ secrets.BUNDLE_STORYBOOK_OWNCAST_ONLINE }}
repository: owncast/owncast.github.io