diff --git a/.github/workflows/labeler-backfill.yml b/.github/workflows/labeler-backfill.yml index f2701ac2..08cfca49 100644 --- a/.github/workflows/labeler-backfill.yml +++ b/.github/workflows/labeler-backfill.yml @@ -52,7 +52,7 @@ jobs: - name: Path labeler on open PRs if: steps.prs.outputs.list != '' - uses: actions/labeler@v6 + uses: actions/labeler@v7 with: repo-token: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index 645ae997..509af9d6 100644 --- a/.github/workflows/pr-labeler.yml +++ b/.github/workflows/pr-labeler.yml @@ -15,7 +15,7 @@ jobs: && !contains(fromJSON('["chore/sync-gomod2nix","chore/update-flake-lock","update-screenshots","update-demo-gif"]'), github.head_ref) }} runs-on: ubuntu-latest steps: - - uses: actions/labeler@v6 + - uses: actions/labeler@v7 with: repo-token: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml