Skip to content

Commit d333d67

Browse files
committed
fix: update actions-release to v5
1 parent 33e24eb commit d333d67

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

lint/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ runs:
8484
shell: bash
8585
- name: Check release notes on pull_request
8686
if: github.event_name == 'pull_request'
87-
uses: open-turo/actions-release/lint-release-notes@v4
87+
uses: open-turo/actions-release/lint-release-notes@v5
8888
env:
8989
NPM_AUTH_TOKEN: ${{ inputs.npm-auth-token }}
9090
NPM_TOKEN: ${{ inputs.npm-token }}

prerelease/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ runs:
159159

160160
- name: Prerelease
161161
id: prerelease
162-
uses: open-turo/actions-release/semantic-release@v4
162+
uses: open-turo/actions-release/semantic-release@v5
163163
if: steps.check-pr.outputs.has_prerelease_label == 'true'
164164
with:
165165
branches: '["${{ github.event.repository.default_branch }}", {"name": "${{ steps.source-vars.outputs.branch }}","channel": "next","prerelease": "pr-${{ steps.PR.outputs.number }}.${{ github.run_number }}.${{ github.run_attempt }}"}]'

release/action.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
fi
9292
- name: Release
9393
id: release
94-
uses: open-turo/actions-release/semantic-release@v4
94+
uses: open-turo/actions-release/semantic-release@v5
9595
with:
9696
branches: ${{ steps.branches-configuration.outputs.branches }}
9797
dry-run: ${{ inputs.dry-run }}

0 commit comments

Comments
 (0)