Skip to content

Commit c909152

Browse files
⬆️ Pin actions/setup-node action to v6.5.0
1 parent 688c84d commit c909152

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
@@ -175,7 +175,7 @@ jobs:
175175
- name: 🏗 Install Python dependencies
176176
run: poetry install --no-interaction
177177
- name: 🏗 Set up Node.js
178-
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6
178+
uses: actions/setup-node@249970729cb0ef3589644e2896645e5dc5ba9c38 # v6.5.0
179179
with:
180180
node-version-file: ".nvmrc"
181181
cache: "npm"

0 commit comments

Comments
 (0)