Skip to content
This repository was archived by the owner on Mar 23, 2026. It is now read-only.

Commit 34c66b9

Browse files
Bump peter-evans/repository-dispatch from 1 to 2
Bumps [peter-evans/repository-dispatch](https://github.com/peter-evans/repository-dispatch) from 1 to 2. - [Release notes](https://github.com/peter-evans/repository-dispatch/releases) - [Commits](peter-evans/repository-dispatch@v1...v2) --- updated-dependencies: - dependency-name: peter-evans/repository-dispatch dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 6543793 commit 34c66b9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/release-flagbase-client.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
runs-on: ubuntu-latest
1414
steps:
1515
- name: Repository Dispatch
16-
uses: peter-evans/repository-dispatch@v1
16+
uses: peter-evans/repository-dispatch@v2
1717
with:
1818
token: ${{ secrets.FLAGBASE_COM_ACCESS_TOKEN }}
1919
repository: ${{ secrets.FLAGBASE_COM_REPO }}

.github/workflows/release-flagbase-core.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
push: true
2929
tags: ${{ secrets.DOCKERHUB_USERNAME }}/core:latest
3030
- name: "Deploy: core.flagbase.xyz"
31-
uses: peter-evans/repository-dispatch@v1
31+
uses: peter-evans/repository-dispatch@v2
3232
with:
3333
token: ${{ secrets.FLAGBASE_COM_ACCESS_TOKEN }}
3434
repository: ${{ secrets.FLAGBASE_COM_REPO }}

.github/workflows/release-flagbase-www.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
runs-on: ubuntu-latest
1515
steps:
1616
- name: Repository Dispatch
17-
uses: peter-evans/repository-dispatch@v1
17+
uses: peter-evans/repository-dispatch@v2
1818
with:
1919
token: ${{ secrets.FLAGBASE_COM_ACCESS_TOKEN }}
2020
repository: ${{ secrets.FLAGBASE_COM_REPO }}

0 commit comments

Comments
 (0)