Skip to content

Commit

Permalink
Merge pull request #486 from justintaddei/dependabot/github_actions/a…
Browse files Browse the repository at this point in the history
…ctions/setup-node-4.0.3

fix(deps): bump actions/setup-node from 4.0.1 to 4.0.3
  • Loading branch information
justintaddei authored Jul 10, 2024
2 parents 328e10e + 4406e14 commit bdb59b8
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/commitlint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node }}

Expand Down Expand Up @@ -49,7 +49,7 @@ jobs:
fetch-depth: 0

- name: Setup node env 🏗
uses: actions/[email protected].1
uses: actions/[email protected].3
with:
node-version: ${{ matrix.node }}

Expand Down

0 comments on commit bdb59b8

Please sign in to comment.