Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Sep 19, 2024
1 parent ab0da42 commit 82ac577
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
uses: actions/checkout@v4

- name: install node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node_version }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
uses: actions/checkout@v4

- name: Install node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.node_version }}

Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ env.node_version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@v4

- name: install node
uses: actions/[email protected].3
uses: actions/[email protected].4
with:
node-version: ${{ matrix.node_version }}

Expand Down

0 comments on commit 82ac577

Please sign in to comment.