Skip to content

Commit e82ae9e

Browse files
Bump peter-evans/repository-dispatch from 4.0.0 to 4.0.1 (#1945)
1 parent 168adc4 commit e82ae9e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/push_pull.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
steps:
9595
- name: 📲 Dispatch APT/DNF build
9696
if: ${{ env.SECRET_HYPERION_BOT_TOKEN != null }}
97-
uses: peter-evans/repository-dispatch@v4.0.0
97+
uses: peter-evans/repository-dispatch@v4.0.1
9898
with:
9999
repository: hyperion-project/hyperion.releases-ci
100100
token: ${{ secrets.HYPERION_BOT_TOKEN }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
steps:
1414
# Dispatch event to build new HyperBian image
1515
- name: 📲 Dispatch HyperBian build
16-
uses: peter-evans/repository-dispatch@v4.0.0
16+
uses: peter-evans/repository-dispatch@v4.0.1
1717
if: ${{ github.repository_owner == 'hyperion-project'}}
1818
with:
1919
repository: hyperion-project/HyperBian

0 commit comments

Comments
 (0)