Skip to content

Commit

Permalink
chore(deps): bump actions/setup-node from 3.4.1 to 3.5.0 (apache#8005)
Browse files Browse the repository at this point in the history
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored and Liu-Junlin committed Nov 4, 2022
1 parent 455c91f commit 3672125
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/doc-lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: 🚀 Use Node.js
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: '12.x'
- run: npm install -g markdownlint-cli@0.25.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: Setup Nodejs env
uses: actions/setup-node@v3.4.1
uses: actions/setup-node@v3.5.0
with:
node-version: '12'

Expand Down

0 comments on commit 3672125

Please sign in to comment.