Skip to content

Commit

Permalink
Merge pull request #431 from Homebrew/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-node-4

build(deps): bump actions/setup-node from 3 to 4
  • Loading branch information
dawidd6 committed Oct 24, 2023
2 parents dce20bd + 3eebaef commit 1ecf3ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/vendor-node-modules.yml
Expand Up @@ -27,7 +27,7 @@ jobs:
uses: actions/checkout@v4
with:
persist-credentials: false
- uses: actions/setup-node@v3
- uses: actions/setup-node@v4
with:
node-version: '16'
- name: Configure Git user
Expand Down

0 comments on commit 1ecf3ce

Please sign in to comment.