Skip to content

Commit 7b7ccd2

Browse files
⬆️ Update peter-evans/repository-dispatch action to v4.0.1
1 parent 0acdff2 commit 7b7ccd2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/addon-deploy.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ jobs:
189189
runs-on: ubuntu-latest
190190
steps:
191191
- name: 🚀 Dispatch repository updater update signal
192-
uses: peter-evans/[email protected].0
192+
uses: peter-evans/[email protected].1
193193
with:
194194
token: ${{ secrets.DISPATCH_TOKEN }}
195195
repository: ${{ github.repository_owner }}/${{ inputs.repository_edge }}
@@ -215,7 +215,7 @@ jobs:
215215
runs-on: ubuntu-latest
216216
steps:
217217
- name: 🚀 Dispatch repository updater update signal
218-
uses: peter-evans/[email protected].0
218+
uses: peter-evans/[email protected].1
219219
with:
220220
token: ${{ secrets.DISPATCH_TOKEN }}
221221
repository: ${{ github.repository_owner }}/${{ inputs.repository_beta }}
@@ -239,7 +239,7 @@ jobs:
239239
runs-on: ubuntu-latest
240240
steps:
241241
- name: 🚀 Dispatch repository updater update signal
242-
uses: peter-evans/[email protected].0
242+
uses: peter-evans/[email protected].1
243243
with:
244244
token: ${{ secrets.DISPATCH_TOKEN }}
245245
repository: ${{ github.repository_owner }}/${{ inputs.repository }}

0 commit comments

Comments
 (0)