diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 3fa7553..e70baa5 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -130,7 +130,7 @@ jobs: - name: Dispatch to APT repository if: steps.check.outputs.action == 'create' - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_DISPATCH_PAT }} repository: hatlabs/apt.hatlabs.fi diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3a4c521..04d3a08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -18,7 +18,7 @@ jobs: if: ${{ github.event.release.prerelease == false }} steps: - name: Trigger APT repository - uses: peter-evans/repository-dispatch@v3 + uses: peter-evans/repository-dispatch@v4 with: token: ${{ secrets.REPO_DISPATCH_PAT }} repository: hatlabs/apt.hatlabs.fi