diff --git a/.github/workflows/sync-labels.yaml b/.github/workflows/sync-labels.yaml index 870c5685..b83ae19d 100644 --- a/.github/workflows/sync-labels.yaml +++ b/.github/workflows/sync-labels.yaml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 - - uses: actions/setup-node@v4 + - uses: actions/setup-node@v5 - name: Install dependencies run: yarn add -D @azu/github-label-setup - name: Run github-label-setup