Skip to content

Commit 6e6b6b6

Browse files
committed
Update GitHub Actions versions
1 parent 3151750 commit 6e6b6b6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
regex: 'Merge pull request #(\d+)'
3535
- name: Notify manageiq.github.io on Push
3636
if: ${{ github.event_name == 'push' && github.repository_owner == 'ManageIQ' }}
37-
uses: peter-evans/repository-dispatch@v1
37+
uses: peter-evans/repository-dispatch@v2
3838
with:
3939
token: ${{ secrets.WEBSITE_DEPLOY_TOKEN }}
4040
repository: ManageIQ/manageiq.github.io

0 commit comments

Comments
 (0)