diff --git a/.github/workflows/label.yml b/.github/workflows/label.yml index 7f40dd1..32c41ba 100644 --- a/.github/workflows/label.yml +++ b/.github/workflows/label.yml @@ -30,11 +30,10 @@ jobs: permissions: contents: write steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 - uses: actions/setup-node@v4 - with: - node-version: lts + # https://github.com/Financial-Times/github-label-sync - run: | npm i -g github-label-sync github-label-sync -l ./labels.yml "$LABEL_REPOSITORY"