diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 0931e4d..928282a 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -64,7 +64,7 @@ jobs: node-version: 'lts/*' - name: Release (dry-run) id: release_dry_run - uses: btnguyen2k/action-semrelease@v3 + uses: btnguyen2k/action-semrelease@v4 with: dry-run: true auto-mode: true diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 692bcf1..62c8e22 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -34,7 +34,7 @@ jobs: node-version: 'lts/*' - name: Release (dry-run) id: release_dry_run - uses: btnguyen2k/action-semrelease@v3 + uses: btnguyen2k/action-semrelease@v4 with: dry-run: true auto-mode: true