diff --git a/.github/workflows/pr-labeler.yml b/.github/workflows/pr-labeler.yml index d1ea9d8..99c3c7e 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.BOT_GITHUB_TOKEN }} configuration-path: .github/pr-paths.yml