From 02bac651a2740d02fe7c0efe651e95d778d45f79 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 25 Aug 2024 05:39:26 +0000 Subject: [PATCH] Chore(deps): Bump btnguyen2k/action-semrelease from 3 to 4 Bumps [btnguyen2k/action-semrelease](https://github.com/btnguyen2k/action-semrelease) from 3 to 4. - [Release notes](https://github.com/btnguyen2k/action-semrelease/releases) - [Changelog](https://github.com/btnguyen2k/action-semrelease/blob/main/RELEASE-NOTES.md) - [Commits](https://github.com/btnguyen2k/action-semrelease/compare/v3...v4) --- updated-dependencies: - dependency-name: btnguyen2k/action-semrelease dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yaml | 2 +- .github/workflows/release.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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