Skip to content

Commit 579a385

Browse files
⬆️ Update actions/setup-node action to v7
1 parent edc0eaa commit 579a385

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -184,7 +184,7 @@ jobs:
184184
- name: 🏗 Install Python dependencies
185185
run: poetry install --no-interaction
186186
- name: 🏗 Set up Node.js
187-
uses: actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
187+
uses: actions/setup-node@820762786026740c76f36085b0efc47a31fe5020 # v7
188188
with:
189189
node-version-file: ".nvmrc"
190190
cache: "npm"

0 commit comments

Comments
 (0)