Skip to content

Commit

Permalink
chore(deps): bump toptal/davinci-github-actions from 12.0.0 to 12.2.0
Browse files Browse the repository at this point in the history
Bumps [toptal/davinci-github-actions](https://github.com/toptal/davinci-github-actions) from 12.0.0 to 12.2.0.
- [Release notes](https://github.com/toptal/davinci-github-actions/releases)
- [Changelog](https://github.com/toptal/davinci-github-actions/blob/master/CHANGELOG.md)
- [Commits](toptal/davinci-github-actions@v12.0.0...v12.2.0)

---
updated-dependencies:
- dependency-name: toptal/davinci-github-actions
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored and sashuk committed Nov 20, 2023
1 parent 4a44973 commit ab99cc8
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 @@ -67,7 +67,7 @@ jobs:
echo "JENKINS_BUILD_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_TRIGGERBOT_BUILD_TOKEN }}" >> $GITHUB_ENV
echo "PROXY=${{ steps.parse_secrets.outputs.HTTP_PROXY }}" >> $GITHUB_ENV
- uses: toptal/davinci-github-actions/build-push-image@v12.0.0
- uses: toptal/davinci-github-actions/build-push-image@v12.2.0
env:
GITHUB_TOKEN: ${{ env.TOPTAL_DEVBOT_TOKEN }}
GCR_ACCOUNT_KEY: ${{ steps.parse_secrets.outputs.GCR_ACCOUNT_KEY }}
Expand Down Expand Up @@ -130,7 +130,7 @@ jobs:
node-version: 18

- name: Check missing changeset
uses: toptal/davinci-github-actions/report-missing-changeset@v12.0.0
uses: toptal/davinci-github-actions/report-missing-changeset@v12.2.0
with:
github-token: ${{ env.TOPTAL_DEVBOT_TOKEN }}

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

- name: Install Dependencies
uses: toptal/davinci-github-actions/yarn-install@v12.0.0
uses: toptal/davinci-github-actions/yarn-install@v12.2.0

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

- name: Install dependencies from cache
uses: toptal/davinci-github-actions/yarn-install@v12.0.0
uses: toptal/davinci-github-actions/yarn-install@v12.2.0

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

- name: Create Jira Deployment
uses: toptal/davinci-github-actions/create-jira-deployment@v12.0.0
uses: toptal/davinci-github-actions/create-jira-deployment@v12.2.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 @@ -48,6 +48,6 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v12.0.0
- uses: toptal/davinci-github-actions/yarn-install@v12.2.0

- uses: toptal/davinci-github-actions/danger@v12.0.0
- uses: toptal/davinci-github-actions/danger@v12.2.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 @@ -91,7 +91,7 @@ jobs:
- name: Trigger alpha package
id: alpha-package
uses: toptal/davinci-github-actions/build-publish-alpha-package@v12.0.0
uses: toptal/davinci-github-actions/build-publish-alpha-package@v12.2.0
with:
npm-token: ${{ env.NPM_TOKEN }}
branch: ${{ steps.get-branch.outputs.branch }}
Expand Down Expand Up @@ -132,7 +132,7 @@ jobs:
target_url: process.env.STATUS_TARGET_URL
})
- uses: toptal/davinci-github-actions/create-jira-deployment@v12.0.0
- uses: toptal/davinci-github-actions/create-jira-deployment@v12.2.0
name: Create Jira deployment
env:
JENKINS_USER: ${{ steps.parse_secrets.outputs.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 @@ -56,7 +56,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v12.0.0
- uses: toptal/davinci-github-actions/yarn-install@v12.2.0

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

- uses: toptal/davinci-github-actions/yarn-install@v12.0.0
- uses: toptal/davinci-github-actions/yarn-install@v12.2.0

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

- name: Run integration tests
uses: toptal/davinci-github-actions/integration-tests@v12.0.0
uses: toptal/davinci-github-actions/integration-tests@v12.2.0

- name: Upload screenshots
uses: actions/upload-artifact@v3
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v12.0.0
- uses: toptal/davinci-github-actions/yarn-install@v12.2.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 @@ -33,7 +33,7 @@ jobs:
uses: toptal/davinci-github-actions/expose-json-outputs@master
with:
json: ${{ steps.secrets_manager.outputs.secrets }}
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v12.0.0
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v12.2.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 @@ -201,7 +201,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}

- uses: toptal/davinci-github-actions/create-jira-deployment@v12.0.0
- uses: toptal/davinci-github-actions/create-jira-deployment@v12.2.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 @@ -61,7 +61,7 @@ jobs:
with:
node-version: 18

- uses: toptal/davinci-github-actions/yarn-install@v12.0.0
- uses: toptal/davinci-github-actions/yarn-install@v12.2.0

- name: Happo Tests
run: yarn happo:storybook

0 comments on commit ab99cc8

Please sign in to comment.