diff --git a/.github/workflows/labeler-backfill.yml b/.github/workflows/labeler-backfill.yml index 590217902162e37ff1140ae3121e46b8e62e901f..6e8261a842950200e2106483a182102809dc21d7 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@v5 + uses: actions/labeler@v6 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 c5b4237cd0f3c3f12f254acbf13199686bfb9338..645ae99751a65ff58d13c8687208401d2d3fc7f2 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@v5 + - uses: actions/labeler@v6 with: repo-token: ${{ secrets.HOMEBREW_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml