Skip to content
This repository was archived by the owner on Dec 19, 2023. It is now read-only.

Commit d6e21f3

Browse files
authored
Merge pull request #973 from graphql-java-kickstart/renovate/actions-setup-node-4.x
chore(deps): update actions/setup-node action to v4
2 parents 9f147bd + 5721952 commit d6e21f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pull-request.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
name: Checkout
2121
with:
2222
fetch-depth: 0
23-
- uses: actions/setup-node@v3
23+
- uses: actions/setup-node@v4
2424
name: Setup Node
2525
with:
2626
node-version: 14

0 commit comments

Comments
 (0)