Skip to content

Commit

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

build(deps): bump actions/setup-node from 4.0.3 to 4.0.4
  • Loading branch information
deniak authored Sep 23, 2024
2 parents 0a932c5 + ab31f89 commit eb029da
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.3
uses: actions/setup-node@v4.0.4
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.3
uses: actions/setup-node@v4.0.4
with:
node-version: ${{ matrix.node-version }}

Expand Down

0 comments on commit eb029da

Please sign in to comment.