diff --git a/.github/workflows/node_build.yml b/.github/workflows/node_build.yml index 5697575..31a1552 100644 --- a/.github/workflows/node_build.yml +++ b/.github/workflows/node_build.yml @@ -34,6 +34,6 @@ jobs: if: github.event_name == 'pull_request' runs-on: ubuntu-latest steps: - - uses: actions/labeler@main + - uses: actions/labeler@v4 with: repo-token: "${{ secrets.GITHUB_TOKEN }}"