Skip to content

Commit 88638e2

Browse files
authored
Merge pull request #2 from pingidentity/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents d57b02d + efb87cd commit 88638e2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/push.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
steps:
3636
- uses: actions/checkout@v4
3737
- name: Run linting rules and tests
38-
uses: actions/setup-node@v3
38+
uses: actions/setup-node@v4
3939
with:
4040
node-version: 20
4141
- run: |-

0 commit comments

Comments
 (0)