Skip to content

Commit

Permalink
chore(deps): update actions/setup-node action to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Aug 2, 2024
1 parent 5b83d11 commit 318e5a9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: 16
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-bootstrap-vue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: 16
check-latest: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/theme-tailwindcss.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
uses: actions/checkout@master

- name: Setup node env 🏗
uses: actions/setup-node@v3.5.1
uses: actions/setup-node@v4.0.3
with:
node-version: 16
check-latest: true
Expand Down

0 comments on commit 318e5a9

Please sign in to comment.