Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.51.5 (#772)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Feb 15, 2024
1 parent f46201e commit b553e63
Show file tree
Hide file tree
Showing 16 changed files with 49 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
10 changes: 5 additions & 5 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].4
- uses: taiga-family/ci/actions/run/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -33,11 +33,11 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/auto/approve/[email protected].4
- uses: taiga-family/ci/actions/auto/approve/[email protected].5
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].4
- uses: taiga-family/ci/actions/run/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,5 @@ jobs:
dependency-review:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/security/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/security/[email protected].5
4 changes: 2 additions & 2 deletions .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ jobs:
remove_label:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/auto/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].5
10 changes: 5 additions & 5 deletions .github/workflows/auto-sync-submodule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,14 +8,14 @@ jobs:
update:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/config/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/config/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/git/[email protected].4
- uses: taiga-family/ci/actions/git/[email protected].4
- uses: taiga-family/ci/actions/git/[email protected].5
- uses: taiga-family/ci/actions/git/[email protected].5
id: git
- uses: taiga-family/ci/actions/run/npm/[email protected].4
- uses: taiga-family/ci/actions/run/npm/[email protected].5
if: steps.git.outputs.modified == 'true'
- name: Create Pull Request
if: steps.git.outputs.modified == 'true'
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run build

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Build package
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx build tui-editor

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/bundle-size-tracking.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
if: ${{ !contains(github.head_ref, 'release/') }}
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run build
- run: npx --yes bundlemon --config .github/.bundlemonrc.json
continue-on-error: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
deploy-gh-pages:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Prepare demo before deploy from snapshots
run: |
Expand All @@ -24,7 +24,7 @@ jobs:
- name: Debug output
run: tree ${{ env.DIST }} -P '*.html'

- uses: taiga-family/ci/actions/deploy/[email protected].4
- uses: taiga-family/ci/actions/deploy/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/demo/browser
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx build editor-demo
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,9 @@ jobs:
name: E2E
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5

- name: Install Playwright Browsers
run: npx playwright install --with-deps chromium
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npm run prettier -- --check
- run: npm run stylelint
- run: npm run lint
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,14 +23,14 @@ jobs:
env:
GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/config/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/config/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/config/[email protected].4
- uses: taiga-family/ci/actions/setup/config/[email protected].5
with:
token: ${{ secrets.TINKOFF_SCOPE_NPM_TOKEN }}

Expand All @@ -53,7 +53,7 @@ jobs:
echo "version=@tinkoff/tui-editor@$(node -p "require('./projects/tui-editor/package.json').version")" >> $GITHUB_OUTPUT
- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected].4
uses: taiga-family/ci/actions/messenger/telegram/[email protected].5
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ jobs:
snapshots:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
id: nodejs-workspace

- run: npx nx build editor-demo
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Tests
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].4
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: npx nx test tui-editor
- uses: codecov/[email protected]
with:
Expand Down

0 comments on commit b553e63

Please sign in to comment.