Skip to content

Commit

Permalink
feat: update to actions-release@v5
Browse files Browse the repository at this point in the history
  • Loading branch information
tagoro9 committed Sep 16, 2024
1 parent 866f03e commit 85b9153
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 @@ -27,7 +27,7 @@ runs:
env:
ORG_GRADLE_PROJECT_artifactoryUsername: ${{ inputs.artifactory-username }}
ORG_GRADLE_PROJECT_artifactoryAuthToken: ${{ inputs.artifactory-auth-token }}
- uses: open-turo/actions-release/lint-release-notes@v4
- uses: open-turo/actions-release/lint-release-notes@v5
if: github.event_name == 'pull_request'
with:
github-token: ${{ inputs.github-token }}
Expand Down
2 changes: 1 addition & 1 deletion prerelease-msvc/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 85b9153

Please sign in to comment.