Skip to content

Commit c09d861

Browse files
chore(deps): update actions/setup-node action to v7 (#31)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3376e59 commit c09d861

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
fetch-depth: 0
2121
- name: Setup Node.js
22-
uses: actions/setup-node@v6
22+
uses: actions/setup-node@v7.0.0
2323
with:
2424
node-version: "lts/*"
2525
- name: Install dependencies

0 commit comments

Comments
 (0)