diff --git a/.github/workflows/linting.yml b/.github/workflows/linting.yml index ee2b62d..f24a829 100644 --- a/.github/workflows/linting.yml +++ b/.github/workflows/linting.yml @@ -175,7 +175,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4 + uses: actions/setup-node@0a44ba7841725637a19e28fa30b79a866c81b0a6 # v4 with: node-version-file: ".nvmrc" cache: "npm"