From c08e751f96b465b8e549abb6fec53f37f5480311 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 12:33:03 +0000 Subject: [PATCH] build(deps): bump myparcelnl/actions from 4 to 5 Bumps [myparcelnl/actions](https://github.com/myparcelnl/actions) from 4 to 5. - [Release notes](https://github.com/myparcelnl/actions/releases) - [Changelog](https://github.com/myparcelnl/actions/blob/main/CHANGELOG.md) - [Commits](https://github.com/myparcelnl/actions/compare/v4...v5) --- updated-dependencies: - dependency-name: myparcelnl/actions dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pull-request-open.yml | 2 +- .github/workflows/pull-request-review.yml | 2 +- .github/workflows/pull-request-title.yml | 2 +- .github/workflows/push.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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 }}