Skip to content

Commit d13d740

Browse files
authored
Merge pull request #3885 from GitTools/dependabot/github_actions/peter-evans/repository-dispatch-3
(build deps): Bump peter-evans/repository-dispatch from 2 to 3
2 parents 2b29cd9 + bfdfdfd commit d13d740

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
@@ -142,7 +142,7 @@ jobs:
142142
-
143143
name: '[Publish Release]'
144144
if: ${{ github.event_name == 'repository_dispatch' }}
145-
uses: peter-evans/repository-dispatch@v2
145+
uses: peter-evans/repository-dispatch@v3
146146
with:
147147
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
148148
repository: ${{ github.repository }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Finding the version from release tag
1717
$VERSION="${{ github.ref }}".Replace("refs/tags/", "")
1818
"version=$VERSION" >> $env:GITHUB_OUTPUT
19-
- uses: peter-evans/repository-dispatch@v2
19+
- uses: peter-evans/repository-dispatch@v3
2020
with:
2121
token: ${{ secrets.RELEASE_GITHUB_TOKEN }}
2222
repository: ${{ github.repository }}

0 commit comments

Comments
 (0)