From d7f86ca82d2c1b1b9307138d3b56271a247d6a41 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Dec 2024 21:43:52 +0000 Subject: [PATCH] chore(deps): update oliversalzburg/action-automatic-semantic-releases action to v0.3.1 --- .github/workflows/nightly.yml | 2 +- .github/workflows/pre-release.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/nightly.yml b/.github/workflows/nightly.yml index 3155a6ffc..9ebacb56a 100644 --- a/.github/workflows/nightly.yml +++ b/.github/workflows/nightly.yml @@ -116,7 +116,7 @@ jobs: yarn ks:release - name: Generate GitHub release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: nightly draft: false diff --git a/.github/workflows/pre-release.yml b/.github/workflows/pre-release.yml index fc5de83ed..6a0eb4cd1 100644 --- a/.github/workflows/pre-release.yml +++ b/.github/workflows/pre-release.yml @@ -112,7 +112,7 @@ jobs: - name: Generate GitHub release if: success() && inputs.wants-github-release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: ${{ inputs.dry-run-tag }} draft: ${{ inputs.dry-run }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 5f46dbb43..7f92f39e4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -115,7 +115,7 @@ jobs: - name: Generate GitHub release if: success() && inputs.wants-github-release - uses: oliversalzburg/action-automatic-semantic-releases@9cfcc6bf743d13c3e2f488ce1720f7e13973bcd9 # v0.3.0 + uses: oliversalzburg/action-automatic-semantic-releases@de93203560dcc4525ccb5c773b74879d08de32f2 # v0.3.1 with: automatic_release_tag: ${{ inputs.dry-run-tag }} draft: true