From 6c623b890aa78e22d5128e67c8c06e8a86a359b1 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 9 Oct 2023 23:18:21 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.31.2 --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 10 +++++----- .github/workflows/auto-author-assign.yml | 4 ++-- .github/workflows/auto-cleanup-caches.yml | 6 +++--- .github/workflows/auto-dependency-review.yml | 4 ++-- .github/workflows/auto-remove-label.yml | 4 ++-- .github/workflows/auto-sync-submodule.yml | 10 +++++----- .github/workflows/build-demo.yml | 6 +++--- .github/workflows/build.yml | 6 +++--- .github/workflows/deploy-preview.yml | 6 +++--- .github/workflows/deploy.yml | 8 ++++---- .github/workflows/e2e.yml | 18 +++++++++--------- .github/workflows/lint.yml | 6 +++--- .github/workflows/release.yml | 10 +++++----- .github/workflows/snapshots.yml | 6 +++--- .github/workflows/test.yml | 6 +++--- 16 files changed, 56 insertions(+), 56 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 3ed8e04b6..a5632f21c 100644 --- a/.github/workflows/auto-add-to-project.yml +++ b/.github/workflows/auto-add-to-project.yml @@ -7,6 +7,6 @@ jobs: automate-project-columns: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/project@v1.31.1 + - uses: taiga-family/ci/actions/setup/project@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e87852978..e4e6742bb 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,8 +10,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT @@ -24,7 +24,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.31.1 + - uses: taiga-family/ci/actions/run/wait-job@v1.31.2 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -33,11 +33,11 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/auto/approve/double@v1.31.1 + - uses: taiga-family/ci/actions/auto/approve/double@v1.31.2 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.31.1 + - uses: taiga-family/ci/actions/run/merge@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index ce385a8f6..3acd20a4c 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,8 +8,8 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 - uses: toshimaru/auto-author-assign@v2.0.1 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index e908f18c9..95bd25be8 100644 --- a/.github/workflows/auto-cleanup-caches.yml +++ b/.github/workflows/auto-cleanup-caches.yml @@ -12,12 +12,12 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.31.2 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.31.1 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.31.2 if: github.event_name == 'pull_request' with: branch-name: refs/pull/${{ github.event.pull_request.number }}/merge diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 6f0f8ba09..3c54197f0 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/security/dependency-review@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/security/dependency-review@v1.31.2 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 31919e335..f7c028e37 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/auto/remove-label@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/auto/remove-label@v1.31.2 diff --git a/.github/workflows/auto-sync-submodule.yml b/.github/workflows/auto-sync-submodule.yml index d281ebfc8..24772b7c8 100644 --- a/.github/workflows/auto-sync-submodule.yml +++ b/.github/workflows/auto-sync-submodule.yml @@ -8,14 +8,14 @@ jobs: update: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/config/git@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/config/git@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/git/sync-submodule@v1.31.1 - - uses: taiga-family/ci/actions/git/status@v1.31.1 + - uses: taiga-family/ci/actions/git/sync-submodule@v1.31.2 + - uses: taiga-family/ci/actions/git/status@v1.31.2 id: git - - uses: taiga-family/ci/actions/run/npm/install@v1.31.1 + - uses: taiga-family/ci/actions/run/npm/install@v1.31.2 if: steps.git.outputs.modified == 'true' - name: Create Pull Request if: steps.git.outputs.modified == 'true' diff --git a/.github/workflows/build-demo.yml b/.github/workflows/build-demo.yml index 7df3bf042..a37bce1c2 100644 --- a/.github/workflows/build-demo.yml +++ b/.github/workflows/build-demo.yml @@ -10,9 +10,9 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npm run build concurrency: diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6c20f079e..e0764aaf1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,9 +10,9 @@ jobs: name: Build package runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npx nx build tui-editor concurrency: diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index fa7b31de0..157ab39c5 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -6,9 +6,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npx nx build editor-demo - name: Deploy preview uses: FirebaseExtended/action-hosting-deploy@v0 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 9a9a656d7..dba0060e9 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,11 +7,11 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npx nx build-gh-pages editor-demo - - uses: taiga-family/ci/actions/deploy/github-pages@v1.31.1 + - uses: taiga-family/ci/actions/deploy/github-pages@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} folder: dist/demo/browser diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 36f2c5be6..fd12c2164 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -11,11 +11,11 @@ jobs: name: Build demo for cypress runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/run/rebase@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/run/rebase@v1.31.2 continue-on-error: true - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - name: Building demo-app of git-branch without cache run: npx nx build editor-demo --output-path ${{ env.DIST }} @@ -30,9 +30,9 @@ jobs: needs: [build-demo] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - name: Download cache / ${{ env.CACHE_DIST_KEY }} uses: actions/cache/restore@v3.3.2 @@ -80,8 +80,8 @@ jobs: needs: [cypress] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 - name: Download artifacts / ${{ env.SNAPSHOTS_CACHE_KEY }} continue-on-error: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c73ea6450..139b739bf 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,9 +10,9 @@ jobs: name: Lint runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npm run typecheck - run: npm run prettier -- --check - run: npm run stylelint diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 3d0d3a91b..2f8ff3cc4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,14 +23,14 @@ jobs: env: GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.31.1 - - uses: taiga-family/ci/actions/setup/config/git@v1.31.1 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 + - uses: taiga-family/ci/actions/setup/config/git@v1.31.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/config/npm@v1.31.1 + - uses: taiga-family/ci/actions/setup/config/npm@v1.31.2 with: token: ${{ secrets.NPM_TOKEN }} @@ -53,7 +53,7 @@ jobs: echo "version=@tinkoff/tui-editor@$(node -p "require('./libs/tui-editor/package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.31.1 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.31.2 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index 8c5458397..61505379e 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -7,9 +7,9 @@ jobs: snapshots-next: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npx nx build editor-demo - uses: s0/git-publish-subdir-action@v2.6.0 env: diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index c85b24b80..c3334443c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -10,9 +10,9 @@ jobs: name: Tests runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.31.1 - - uses: taiga-family/ci/actions/setup/variables@v1.31.1 - - uses: taiga-family/ci/actions/setup/node@v1.31.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.31.2 + - uses: taiga-family/ci/actions/setup/variables@v1.31.2 + - uses: taiga-family/ci/actions/setup/node@v1.31.2 - run: npx nx test tui-editor - uses: codecov/codecov-action@v3.1.4 with: