diff --git a/lint/action.yaml b/lint/action.yaml index 864cbab..92692f8 100644 --- a/lint/action.yaml +++ b/lint/action.yaml @@ -78,7 +78,7 @@ runs: GODEBUG: asyncpreemptoff=1 - name: Check release notes on pull_request if: github.event_name == 'pull_request' - uses: open-turo/actions-release/lint-release-notes@v4 + uses: open-turo/actions-release/lint-release-notes@v5 - name: Post run if: always() && ${{ steps.create-credentials-file.outputs.terraform-cli-config-file-created }} shell: bash diff --git a/prerelease/action.yaml b/prerelease/action.yaml index 7cf5a4c..fd4cc6d 100644 --- a/prerelease/action.yaml +++ b/prerelease/action.yaml @@ -120,7 +120,7 @@ runs: - name: Prerelease id: prerelease - uses: open-turo/actions-release/semantic-release@v4 + uses: open-turo/actions-release/semantic-release@v5 if: steps.check-pr.outputs.has_prerelease_label == 'true' env: GITHUB_TOKEN: ${{ inputs.github-token }} diff --git a/release/action.yaml b/release/action.yaml index 8f40762..9d7786b 100644 --- a/release/action.yaml +++ b/release/action.yaml @@ -57,7 +57,7 @@ runs: fi - name: Release id: release - uses: open-turo/actions-release/semantic-release@v4 + uses: open-turo/actions-release/semantic-release@v5 with: branches: ${{ steps.branches-configuration.outputs.branches }} dry-run: ${{ inputs.dry-run }}