Skip to content

Commit

Permalink
Bump toptal/davinci-github-actions from 12.5.1 to 12.6.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.5.1 to 12.6.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.5.1...v12.6.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 Jan 1, 2024
1 parent d3176e0 commit a99e568
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
echo "JENKINS_USER=${{ steps.parse_secrets.outputs.TOPTAL_TRIGGERBOT_USERNAME }}" >> $GITHUB_ENV
echo "JENKINS_BUILD_TOKEN=${{ steps.parse_secrets.outputs.TOPTAL_TRIGGERBOT_BUILD_TOKEN }}" >> $GITHUB_ENV
- uses: toptal/davinci-github-actions/build-push-image@v12.5.1
- uses: toptal/davinci-github-actions/build-push-image@v12.6.0
env:
GITHUB_TOKEN: ${{ env.TOPTAL_DEVBOT_TOKEN }}
GCR_ACCOUNT_KEY: ${{ steps.parse_secrets.outputs.GCR_ACCOUNT_KEY }}
Expand Down Expand Up @@ -124,7 +124,7 @@ jobs:
node-version: 18

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

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

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

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

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

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

- name: Create Jira Deployment
uses: toptal/davinci-github-actions/create-jira-deployment@v12.5.1
uses: toptal/davinci-github-actions/create-jira-deployment@v12.6.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.5.1
- uses: toptal/davinci-github-actions/yarn-install@v12.6.0

- uses: toptal/davinci-github-actions/danger@v12.5.1
- uses: toptal/davinci-github-actions/danger@v12.6.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.5.1
uses: toptal/davinci-github-actions/build-publish-alpha-package@v12.6.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.5.1
- uses: toptal/davinci-github-actions/create-jira-deployment@v12.6.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.5.1
- uses: toptal/davinci-github-actions/yarn-install@v12.6.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.5.1
- uses: toptal/davinci-github-actions/yarn-install@v12.6.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.5.1
uses: toptal/davinci-github-actions/integration-tests@v12.6.0

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

- uses: toptal/davinci-github-actions/yarn-install@v12.5.1
- uses: toptal/davinci-github-actions/yarn-install@v12.6.0

- name: Finalize Happo
run: npx happo-e2e finalize
2 changes: 1 addition & 1 deletion .github/workflows/format-dependabot-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
if: startsWith(github.head_ref, 'dependabot-')
runs-on: ubuntu-latest
steps:
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@v12.5.1
- uses: toptal/davinci-github-actions/pr-conventional-to-toptal-commits@v12.6.0
with:
github-token: ${{ secrets.GITHUB_TOKEN }}
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.5.1
- uses: toptal/davinci-github-actions/notify-jira-about-contribution@v12.6.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 @@ -220,7 +220,7 @@ jobs:
env:
SLACK_BOT_TOKEN: ${{ env.SLACK_BOT_TOKEN }}

- uses: toptal/davinci-github-actions/create-jira-deployment@v12.5.1
- uses: toptal/davinci-github-actions/create-jira-deployment@v12.6.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.5.1
- uses: toptal/davinci-github-actions/yarn-install@v12.6.0

- name: Happo Tests
run: yarn happo:storybook

0 comments on commit a99e568

Please sign in to comment.