Skip to content

Commit

Permalink
Merge pull request #1 from r3mcos3/dependabot/github_actions/actions/…
Browse files Browse the repository at this point in the history
…setup-node-3

build(deps): bump actions/setup-node from 2 to 3
  • Loading branch information
r3mcos3 committed May 29, 2023
2 parents 90bf0ac + 266c5f4 commit 0128b78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/opencommit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
permissions: write-all
steps:
- name: Setup Node.js Environment
uses: actions/setup-node@v2
uses: actions/setup-node@v3
with:
node-version: '16'
- uses: actions/checkout@v3
Expand Down

0 comments on commit 0128b78

Please sign in to comment.