Skip to content

Commit b2a9f79

Browse files
authored
Merge pull request #414 from xt0rted/dependabot/github_actions/github-actions-ec7176aef9
Bump actions/setup-node from 4.4.0 to 5.0.0 in the github-actions group
2 parents a8b89da + c1419c5 commit b2a9f79

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
uses: actions/checkout@v5.0.0
2323

2424
- name: Install Node
25-
uses: actions/setup-node@v4.4.0
25+
uses: actions/setup-node@v5.0.0
2626
with:
2727
node-version-file: .nvmrc
2828

.github/workflows/pull_request.yml

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

2222
- name: Install Node
23-
uses: actions/setup-node@v4.4.0
23+
uses: actions/setup-node@v5.0.0
2424
with:
2525
node-version-file: .nvmrc
2626

0 commit comments

Comments
 (0)