diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index a5c8d5d..73711fc 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -273,7 +273,7 @@ jobs: fi - name: Trigger workflow in tibiadata-argocd-app-of-apps repo - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 #v3.0.0 + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-argocd-app-of-apps @@ -295,7 +295,7 @@ jobs: steps: - name: Trigger workflow in tibiadata-helm-charts repo - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 #v3.0.0 + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-helm-charts diff --git a/.github/workflows/documentation.yml b/.github/workflows/documentation.yml index 64563ab..2c39f04 100644 --- a/.github/workflows/documentation.yml +++ b/.github/workflows/documentation.yml @@ -41,7 +41,7 @@ jobs: tag: ${{ github.ref }} - name: Trigger workflow in tibiadata-api-docs repo - uses: peter-evans/repository-dispatch@ff45666b9427631e3450c54a1bcbee4d9ff4d7c0 #v3.0.0 + uses: peter-evans/repository-dispatch@5fc4efd1a4797ddb68ffd0714a238564e4cc0e6f #v4.0.0 with: token: ${{ secrets.REPO_ACCESS_TOKEN }} repository: tibiadata/tibiadata-api-docs