diff --git a/.github/workflows/fleet-refs-audit.yml b/.github/workflows/fleet-refs-audit.yml index b4944fc2..69ddf0c1 100644 --- a/.github/workflows/fleet-refs-audit.yml +++ b/.github/workflows/fleet-refs-audit.yml @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v5 - uses: actions/setup-node@v4 with: - node-version: 20 + node-version: 24 - name: Audit every workflow reference in the org env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}