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 }}