From b34f9ccc6adc13cf6551d3bb8063d042cbf01a6d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Dec 2025 04:54:56 +0000 Subject: [PATCH] Bump the actions-dependencies group with 2 updates Bumps the actions-dependencies group with 2 updates: [actions/labeler](https://github.com/actions/labeler) and [adRise/update-pr-branch](https://github.com/adrise/update-pr-branch). Updates `actions/labeler` from 5 to 6 - [Release notes](https://github.com/actions/labeler/releases) - [Commits](https://github.com/actions/labeler/compare/v5...v6) Updates `adRise/update-pr-branch` from 0.9.1 to 0.10.2 - [Release notes](https://github.com/adrise/update-pr-branch/releases) - [Commits](https://github.com/adrise/update-pr-branch/compare/v0.9.1...v0.10.2) --- updated-dependencies: - dependency-name: actions/labeler dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions-dependencies - dependency-name: adRise/update-pr-branch dependency-version: 0.10.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-dependencies ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_labeler.yml | 2 +- .github/workflows/update_pr.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr_labeler.yml b/.github/workflows/pr_labeler.yml index 82823d2..da96352 100644 --- a/.github/workflows/pr_labeler.yml +++ b/.github/workflows/pr_labeler.yml @@ -13,6 +13,6 @@ jobs: steps: - id: label-pr name: Label PR - uses: actions/labeler@v5 + uses: actions/labeler@v6 with: sync-labels: true diff --git a/.github/workflows/update_pr.yml b/.github/workflows/update_pr.yml index 83faf2a..d3ccd6f 100644 --- a/.github/workflows/update_pr.yml +++ b/.github/workflows/update_pr.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Automatically update PR - uses: adRise/update-pr-branch@v0.9.1 + uses: adRise/update-pr-branch@v0.10.2 with: # Add secret here: https://github.com/AjayKMehta/PowerShellScripts/settings/secrets/actions token: ${{ secrets.ACTION_USER_TOKEN }}