Skip to content

Commit 4f3eb0d

Browse files
authored
Merge pull request #275 from spatie/dependabot/github_actions/actions/setup-node-5
Bump actions/setup-node from 4 to 5
2 parents 0a953bf + c4fd69c commit 4f3eb0d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
run: sudo apt-get -y install ghostscript
5757

5858
- name: Setup Node
59-
uses: actions/setup-node@v4
59+
uses: actions/setup-node@v5
6060
with:
6161
node-version: '20'
6262

0 commit comments

Comments
 (0)