diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index 59d142f..1aeab93 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -175,7 +175,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5 + uses: actions/setup-node@2028fbc5c25fe9cf00d9f06a71cc4710d4507903 # v6 with: node-version-file: ".nvmrc" cache: "npm"