Skip to content

Commit cabd12c

Browse files
Update actions/setup-node action to v7 (#71)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Maximilian Anzinger <44003963+MaximilianAnzinger@users.noreply.github.com>
1 parent c2d001f commit cabd12c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/docs-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v6
1212

1313
- name: Setup Node.js
14-
uses: actions/setup-node@v6
14+
uses: actions/setup-node@v7
1515
with:
1616
node-version: '24'
1717
cache: 'npm'

0 commit comments

Comments
 (0)