Skip to content

Commit df71344

Browse files
authored
Merge pull request #12539 from IQSS/dependabot/github_actions/actions/setup-node-7
Bump actions/setup-node from 6 to 7
2 parents d987e6c + 4fb31ba commit df71344

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/dataverse_jsf_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -175,7 +175,7 @@ jobs:
175175
# SETUP NODE.JS
176176
# ---------------------------
177177
- name: Set up Node.js
178-
uses: actions/setup-node@v6
178+
uses: actions/setup-node@v7
179179
with:
180180
node-version: "24"
181181

0 commit comments

Comments
 (0)