Skip to content

Commit

Permalink
Merge pull request #611 from w3c/dependabot/github_actions/actions/se…
Browse files Browse the repository at this point in the history
…tup-node-3.7.0

build(deps): bump actions/setup-node from 3.6.0 to 3.7.0
  • Loading branch information
deniak authored Jul 10, 2023
2 parents 4995314 + c553ad4 commit 30eaecb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/checkout@v3

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v3.6.0
uses: actions/setup-node@v3.7.0
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 30eaecb

Please sign in to comment.