Skip to content

Commit 4452a05

Browse files
authoredMar 21, 2025
Merge pull request #72 from MasoniteFramework/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents d94403a + ed9284d commit 4452a05

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/pythonpublish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
run: |
1818
make init
1919
- name: Set up Node.js 14
20-
uses: actions/setup-node@v3
20+
uses: actions/setup-node@v4
2121
with:
2222
node-version: "14.x"
2323
- name: Install Dependencies

0 commit comments

Comments
 (0)