diff --git a/.github/workflows/pull-request-open.yml b/.github/workflows/pull-request-open.yml index dc541e94..e4de91bb 100644 --- a/.github/workflows/pull-request-open.yml +++ b/.github/workflows/pull-request-open.yml @@ -13,7 +13,7 @@ jobs: assign-author: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-assign-author@v4 + - uses: myparcelnl/actions/pr-assign-author@v5 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-request-review.yml b/.github/workflows/pull-request-review.yml index a2eea691..458c968e 100644 --- a/.github/workflows/pull-request-review.yml +++ b/.github/workflows/pull-request-review.yml @@ -10,7 +10,7 @@ jobs: label: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-label-by-review@v4 + - uses: myparcelnl/actions/pr-label-by-review@v5 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/pull-request-title.yml b/.github/workflows/pull-request-title.yml index 8d564cdb..a2617bdf 100644 --- a/.github/workflows/pull-request-title.yml +++ b/.github/workflows/pull-request-title.yml @@ -14,7 +14,7 @@ jobs: lint: runs-on: ubuntu-22.04 steps: - - uses: myparcelnl/actions/pr-validate-title-conventional@v4 + - uses: myparcelnl/actions/pr-validate-title-conventional@v5 with: app-id: ${{ secrets.MYPARCEL_APP_ID }} private-key: ${{ secrets.MYPARCEL_APP_PRIVATE_KEY }} diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index 82d1cffc..f092f957 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -69,7 +69,7 @@ jobs: steps: - uses: actions/checkout@v5 - - uses: myparcelnl/actions/setup-app-credentials@v4 + - uses: myparcelnl/actions/setup-app-credentials@v5 id: credentials with: app-id: ${{ secrets.MYPARCEL_APP_ID }}