diff --git a/.github/workflows/semantic-release.yaml b/.github/workflows/semantic-release.yaml index 8e310ec..43eb35a 100644 --- a/.github/workflows/semantic-release.yaml +++ b/.github/workflows/semantic-release.yaml @@ -17,7 +17,7 @@ jobs: fetch-depth: 0 - name: Setup Node.js - uses: actions/setup-node@v6 + uses: actions/setup-node@v7 with: node-version: '24.16'