diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index ccf4b54..d2cb6ca 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -184,7 +184,7 @@ jobs: - name: 🏗 Install Python dependencies run: poetry install --no-interaction - name: 🏗 Set up Node.js - uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6 + uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7 with: node-version-file: ".nvmrc" cache: "npm"