Skip to content

Commit

Permalink
Update davinci github actions (#4104)
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasSlama authored Jan 19, 2024
1 parent 1bae7cd commit 9fddb88
Show file tree
Hide file tree
Showing 7 changed files with 14 additions and 14 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1
env:
GITHUB_TOKEN: ${{ env.TOPTAL_DEVBOT_TOKEN }}
GCR_ACCOUNT_KEY: ${{ steps.parse_secrets.outputs.GCR_ACCOUNT_KEY }}
Expand Down Expand Up @@ -123,7 +123,7 @@ jobs:
node-version: 18

- name: Check missing changeset
uses: toptal/davinci-github-actions/[email protected].0
uses: toptal/davinci-github-actions/[email protected].1
with:
github-token: ${{ env.TOPTAL_DEVBOT_TOKEN }}

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

- name: Install Dependencies
uses: toptal/davinci-github-actions/[email protected].0
uses: toptal/davinci-github-actions/[email protected].1

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

- name: Install dependencies from cache
uses: toptal/davinci-github-actions/[email protected].0
uses: toptal/davinci-github-actions/[email protected].1

- name: Visual Tests
run: yarn happo:storybook
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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1

- uses: toptal/davinci-github-actions/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1
2 changes: 1 addition & 1 deletion .github/workflows/davinci-alpha-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -94,7 +94,7 @@ jobs:
- name: Trigger alpha package
id: alpha-package
uses: toptal/davinci-github-actions/[email protected].0
uses: toptal/davinci-github-actions/[email protected].1
with:
npm-token: ${{ env.NPM_TOKEN }}
branch: ${{ steps.get-branch.outputs.branch }}
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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1

- 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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1

- 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/[email protected].0
uses: toptal/davinci-github-actions/[email protected].1

- 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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1

- 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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1
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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1
with:
team: frontend-experience-eng
repo: ${{ github.event.repository.name }}
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/[email protected].0
- uses: toptal/davinci-github-actions/[email protected].1

- name: Happo Tests
run: yarn happo:storybook

0 comments on commit 9fddb88

Please sign in to comment.