diff --git a/.github/workflows/process-mip-publication-request.yml b/.github/workflows/process-mip-publication-request.yml index f4c97f803..33a601375 100644 --- a/.github/workflows/process-mip-publication-request.yml +++ b/.github/workflows/process-mip-publication-request.yml @@ -41,7 +41,7 @@ permissions: jobs: synchronize-build-and-stage: - uses: PyDevices/.github/.github/workflows/reusable-synchronize-mip-package.yml@publishing-v9 + uses: PyDevices/.github/.github/workflows/reusable-synchronize-mip-package.yml@publishing-v11 with: source-repository: ${{ github.event.client_payload.source_repository || inputs.source-repository }} source-ref: ${{ github.event.client_payload.source_ref || inputs.source-ref }} @@ -53,7 +53,7 @@ jobs: # tools take the expected repository from the lockfile rather than a # second hardcoded map. Move a profile by editing pydevices-lock.json on # this branch, never by changing a pin. - publishing-tools-ref: publishing-v9 + publishing-tools-ref: publishing-v11 # The sync mints its own App token; inherit passes the App secrets through. secrets: inherit