Skip to content

Commit 0f94d5d

Browse files
authored
Merge pull request #120 from getgauge/dependabot/github_actions/github-actions-5e51f74d5c
Bump actions/setup-node from 5 to 6 in the github-actions group
2 parents 9781aae + c6b0068 commit 0f94d5d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020

2121
- name: Set up Nodejs
22-
uses: actions/setup-node@v5
22+
uses: actions/setup-node@v6
2323
with:
2424
node-version: 22
2525

0 commit comments

Comments
 (0)