diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dfbed58..c7a043f 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -123,7 +123,7 @@ jobs: jq . output.json [[ $(jq .ok output.json) == true ]] - name: Notify jacobsvante/www-samling-io - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow # NOTE: The custom github token is important, as repository_dispatch won't work across repos otherwise @@ -157,7 +157,7 @@ jobs: CARGO_REGISTRY_TOKEN: ${{ secrets.CARGO_REGISTRY_TOKEN }} - name: Notify jacobsvante/www-samling-io if: steps.release-plz.outputs.releases_created - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: # https://docs.github.com/en/actions/using-workflows/triggering-a-workflow#triggering-a-workflow-from-a-workflow # NOTE: The custom github token is important, as repository_dispatch won't work across repos otherwise