diff --git a/.github/workflows/repolinter.yml b/.github/workflows/repolinter.yml index 451712b0..dc23f8ed 100644 --- a/.github/workflows/repolinter.yml +++ b/.github/workflows/repolinter.yml @@ -14,7 +14,7 @@ jobs: with: fetch-depth: 0 - name: "Install Node.js" - uses: actions/setup-node@v1 + uses: actions/setup-node@v4 with: node-version: '12.x' - name: "Install repolinter"