Skip to content

Commit

Permalink
chore(deps): update open-turo/actions-release action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot authored and yohanb committed Dec 6, 2024
1 parent 281d123 commit 711c4d9
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lint/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion prerelease/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion release/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit 711c4d9

Please sign in to comment.