Skip to content

Commit

Permalink
chore(deps): bump toptal/davinci-github-actions from 9.0.2 to 9.1.0 (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Aug 29, 2023
1 parent 9b4b3d9 commit ddd7d62
Show file tree
Hide file tree
Showing 7 changed files with 16 additions and 16 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3

- uses: toptal/davinci-github-actions/build-push-image@v9.0.2
- uses: toptal/davinci-github-actions/build-push-image@v9.1.0
env:
GITHUB_TOKEN: ${{ env.TOPTAL_DEVBOT_TOKEN }}
GCR_ACCOUNT_KEY: ${{ secrets.GCR_ACCOUNT_KEY }}
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
node-version: '16'

- name: Check missing changeset
uses: toptal/davinci-github-actions/report-missing-changeset@v9.0.2
uses: toptal/davinci-github-actions/report-missing-changeset@v9.1.0
with:
github-token: ${{ env.TOPTAL_DEVBOT_TOKEN }}

Expand All @@ -78,7 +78,7 @@ jobs:
uses: actions/dependency-review-action@v3

- name: Install Dependencies
uses: toptal/davinci-github-actions/yarn-install@v9.0.2
uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Update PR Body
run: node ./.github/actions/update-body.js
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
node-version: '16'

- name: Install dependencies from cache
uses: toptal/davinci-github-actions/yarn-install@v9.0.2
uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Visual Tests
run: yarn happo:storybook
Expand Down Expand Up @@ -160,7 +160,7 @@ jobs:
job_timeout: '3600'

- name: Create Jira Deployment
uses: toptal/davinci-github-actions/create-jira-deployment@v9.0.2
uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
if: ${{ always() }}
with:
token: ${{ env.TOPTAL_DEVBOT_TOKEN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/danger.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
with:
node-version: '16'

- uses: toptal/davinci-github-actions/yarn-install@v9.0.2
- uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- uses: toptal/davinci-github-actions/danger@v9.0.2
- uses: toptal/davinci-github-actions/danger@v9.1.0
4 changes: 2 additions & 2 deletions .github/workflows/davinci-alpha-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ jobs:
- name: Trigger alpha package
id: alpha-package
uses: toptal/davinci-github-actions/build-publish-alpha-package@v9.0.2
uses: toptal/davinci-github-actions/build-publish-alpha-package@v9.1.0
with:
npm-token: ${{ env.NPM_TOKEN }}
branch: ${{ steps.get-branch.outputs.branch }}
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
target_url: process.env.STATUS_TARGET_URL
})
- uses: toptal/davinci-github-actions/create-jira-deployment@v9.0.2
- uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
name: Create Jira deployment
env:
JENKINS_USER: ${{ secrets.TOPTAL_TRIGGERBOT_USERNAME }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/davinci-integration-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
with:
node-version: '16'

- uses: toptal/davinci-github-actions/yarn-install@v9.0.2
- uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Build packages
run: yarn build:package
Expand Down Expand Up @@ -64,7 +64,7 @@ jobs:
with:
node-version: '16'

- uses: toptal/davinci-github-actions/yarn-install@v9.0.2
- uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Get cached packages
uses: actions/cache@v3
Expand All @@ -73,7 +73,7 @@ jobs:
key: ${{ runner.os }}-pkgs-${{ github.run_id }} }}

- name: Run integration tests
uses: toptal/davinci-github-actions/integration-tests@v9.0.2
uses: toptal/davinci-github-actions/integration-tests@v9.1.0

- name: Upload screenshots
uses: actions/upload-artifact@v3
Expand All @@ -95,7 +95,7 @@ jobs:
with:
node-version: '16'

- uses: toptal/davinci-github-actions/yarn-install@v9.0.2
- uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Finalize Happo
run: npx happo-e2e finalize
2 changes: 1 addition & 1 deletion .github/workflows/handle-contribution.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
runs-on: ubuntu-latest
name: Call notify jira about contribution
steps:
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v9.0.2
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v9.1.0
with:
team: frontend-experience-eng
repo: ${{ github.event.repository.name }}
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.0.2
- uses: toptal/davinci-github-actions/create-jira-deployment@v9.1.0
name: Create Jira deployment
if: ${{ steps.changesets.outputs.published == 'true' }}
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/visual-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
with:
node-version: '16'

- uses: toptal/davinci-github-actions/yarn-install@v9.0.2
- uses: toptal/davinci-github-actions/yarn-install@v9.1.0

- name: Happo Tests
run: yarn happo:storybook

0 comments on commit ddd7d62

Please sign in to comment.