Skip to content

Commit

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

build(deps): bump actions/setup-node from 4.0.2 to 4.0.3
  • Loading branch information
deniak authored Jul 15, 2024
2 parents e199198 + b1831f8 commit 4faf00f
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@v4

- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
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@v4
- name: Use Node.js ${{ matrix.node-version }}
uses: actions/setup-node@v4.0.2
uses: actions/setup-node@v4.0.3
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit 4faf00f

Please sign in to comment.