Skip to content

Commit 44c4ca0

Browse files
authored
Merge pull request #1234 from pi-hole/dependabot/github_actions/master/github_action-dependencies-37cd5763f6
Bump actions/setup-node from 4.3.0 to 4.4.0 in the github_action-dependencies group
2 parents 76e6b03 + 9d11864 commit 44c4ca0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
cache: pip
3232

3333
- name: Set up Node.js
34-
uses: actions/setup-node@v4.3.0
34+
uses: actions/setup-node@v4.4.0
3535
with:
3636
node-version: "${{ env.NODE }}"
3737
cache: npm

0 commit comments

Comments
 (0)