Skip to content

Commit

Permalink
Merge pull request #922 from pi-hole/dependabot/github_actions/releas…
Browse files Browse the repository at this point in the history
…e/v6.0/actions/setup-node-3.8.1

Bump actions/setup-node from 3.7.0 to 3.8.1
  • Loading branch information
yubiuser committed Sep 3, 2023
2 parents e39f545 + 1f3af7d commit 3d1f4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
cache: pip

- name: Set up Node.js
uses: actions/setup-node@v3.7.0
uses: actions/setup-node@v3.8.1
with:
node-version: "${{ env.NODE }}"
cache: npm
Expand Down

0 comments on commit 3d1f4af

Please sign in to comment.