Skip to content

Commit

Permalink
ci: upgrade create-jira-deployment version (#3854)
Browse files Browse the repository at this point in the history
  • Loading branch information
vedrani authored Sep 8, 2023
1 parent 3b90542 commit 74d076f
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,7 @@ jobs:
job_timeout: '3600'

- name: Create Jira Deployment
uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
uses: toptal/davinci-github-actions/create-jira-deployment@v10.0.0
if: ${{ always() }}
with:
token: ${{ env.TOPTAL_DEVBOT_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/davinci-alpha-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
target_url: process.env.STATUS_TARGET_URL
})
- uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
- uses: toptal/davinci-github-actions/create-jira-deployment@v10.0.0
name: Create Jira deployment
env:
JENKINS_USER: ${{ secrets.TOPTAL_TRIGGERBOT_USERNAME }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}

- uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
- uses: toptal/davinci-github-actions/create-jira-deployment@v10.0.0
name: Create Jira deployment
if: ${{ steps.changesets.outputs.published == 'true' }}
env:
Expand Down

0 comments on commit 74d076f

Please sign in to comment.