Skip to content

Commit 0687157

Browse files
authored
Merge pull request #4682 from GitTools/dependabot/github_actions/peter-evans/repository-dispatch-4
(build deps): Bump peter-evans/repository-dispatch from 3 to 4
2 parents acf9d98 + 4b78e1c commit 0687157

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ jobs:
152152
-
153153
name: '[Publish Release]'
154154
if: ${{ github.event_name == 'repository_dispatch' }}
155-
uses: peter-evans/repository-dispatch@v3
155+
uses: peter-evans/repository-dispatch@v4
156156
with:
157157
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
158158
repository: ${{ github.repository }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
$VERSION="${{ github.ref }}".Replace("refs/tags/", "")
2121
"version=$VERSION" >> $env:GITHUB_OUTPUT
2222
-
23-
uses: peter-evans/repository-dispatch@v3
23+
uses: peter-evans/repository-dispatch@v4
2424
with:
2525
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2626
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)