From 4338e3361b2c35550c0cfc5eb36f25b52e13ef7f Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 14 Oct 2024 10:40:33 +0300 Subject: [PATCH] chore: update taiga-family/ci action to v1.93.3 (#9483) --- .github/workflows/assign-author.yml | 2 +- .github/workflows/auto-merge.yml | 10 ++++----- .github/workflows/auto-update-icons.yml | 6 +++--- .github/workflows/build.yml | 8 +++---- .github/workflows/create-release.yml | 4 ++-- .github/workflows/deploy-gh-pages.yml | 2 +- .github/workflows/deploy-preview.yml | 4 ++-- .github/workflows/e2e.yml | 28 ++++++++++++------------- .github/workflows/lint.yml | 6 +++--- .github/workflows/publish-canary.yml | 6 +++--- .github/workflows/publish.yml | 12 +++++------ .github/workflows/ready-to-merge.yml | 4 ++-- .github/workflows/schematic.yml | 4 ++-- .github/workflows/snapshots.yml | 8 +++---- .github/workflows/test.yml | 4 ++-- 15 files changed, 54 insertions(+), 54 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index f0b2a3d89c92..e296ad24f634 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 - uses: toshimaru/auto-author-assign@v2.1.1 continue-on-error: true diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 96caaa2cbccf..19431f5d60c3 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -13,7 +13,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: | @@ -31,7 +31,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.93.2 + - uses: taiga-family/ci/actions/run/wait-job@v1.93.3 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -41,13 +41,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/auto/approve/double@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.93.3 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.93.2 + - uses: taiga-family/ci/actions/run/merge@v1.93.3 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-update-icons.yml b/.github/workflows/auto-update-icons.yml index 07312483c48f..faf4a17efbc2 100644 --- a/.github/workflows/auto-update-icons.yml +++ b/.github/workflows/auto-update-icons.yml @@ -11,8 +11,8 @@ jobs: - uses: actions/checkout@v4.2.1 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - name: Lucide icons run: | npx nx prebuild icons @@ -31,7 +31,7 @@ jobs: npx eslint ./projects/demo/used-icons.ts --fix || echo "no file matching" npx prettier ./projects/demo/used-icons.ts --write || echo "no file matching" npx prettier ./projects/cdk/constants/used-icons.ts --write || echo "no file matching" - - uses: taiga-family/ci/actions/auto/push@v1.93.2 + - uses: taiga-family/ci/actions/auto/push@v1.93.3 if: env.SUPPORT_AUTO_PUSH with: message: icons have changed diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 6788628c42b9..7d370020735e 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npm run run-many:build:libs - run: npx ts-node ./scripts/check-dist.ts @@ -22,8 +22,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npx nx prerender demo - run: npx --yes bundlemon --config .github/.bundlemonrc.json continue-on-error: true diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 82eb02a8cbb6..b189da693b7a 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -24,8 +24,8 @@ jobs: with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.93.2 - - uses: taiga-family/ci/actions/setup/config/git@v1.93.2 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 + - uses: taiga-family/ci/actions/setup/config/git@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-gh-pages.yml b/.github/workflows/deploy-gh-pages.yml index 78222c204490..74be1f4efc53 100644 --- a/.github/workflows/deploy-gh-pages.yml +++ b/.github/workflows/deploy-gh-pages.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 - name: Prepare demo before deploy from snapshots run: | diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 75a698d11456..0f318fcb30c3 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -8,8 +8,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npx nx build demo - name: Debug output run: tree dist/demo/browser -P '*.html' diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c388b56377ee..6ad6a3fa0bb0 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -17,10 +17,10 @@ jobs: - uses: actions/checkout@v4.2.1 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/run/rebase@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/run/rebase@v1.93.3 continue-on-error: true - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - name: Building demo-app of git-branch without cache run: npx nx build demo # Don't use prerender please, because it's flaky for e2e @@ -38,8 +38,8 @@ jobs: - uses: actions/checkout@v4.2.1 with: ref: ${{ github.base_ref }} - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - name: Run tests for baseline state run: npx nx component-test demo-cypress @@ -54,8 +54,8 @@ jobs: retention-days: 1 - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - name: Download Cypress Baseline Snapshots uses: actions/download-artifact@v4.1.8 @@ -97,9 +97,9 @@ jobs: name: Playwright / (${{ matrix.shardIndex }} of ${{ matrix.shardTotal }}) steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 - - uses: taiga-family/ci/actions/setup/playwright@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 + - uses: taiga-family/ci/actions/setup/playwright@v1.93.3 - name: Download cache / ${{ env.CACHE_DIST_KEY }} uses: actions/cache/restore@v4.1.1 @@ -107,7 +107,7 @@ jobs: path: dist/demo key: ${{ env.CACHE_DIST_KEY }} - - uses: taiga-family/ci/actions/run/serve@v1.93.2 + - uses: taiga-family/ci/actions/run/serve@v1.93.3 with: port: ${{ env.NG_SERVER_PORT }} directory: ${{ env.DIST }} @@ -116,12 +116,12 @@ jobs: - name: Run screenshot tests on ${{ env.DIST }} run: npx nx e2e demo-playwright -- --update-snapshots --shard=${{ matrix.shardIndex }}/${{ matrix.shardTotal }} - - uses: taiga-family/ci/actions/run/clone@v1.93.2 + - uses: taiga-family/ci/actions/run/clone@v1.93.3 with: branch: snapshots/demo/next/${{ github.base_ref }} destination: ${{ env.DIST_NEXT }} - - uses: taiga-family/ci/actions/run/serve@v1.93.2 + - uses: taiga-family/ci/actions/run/serve@v1.93.3 with: port: ${{ env.NG_SERVER_PORT }} directory: ${{ env.DIST_NEXT }} @@ -177,7 +177,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 - name: Download artifacts for Playwright continue-on-error: true diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f15cf1c3f306..5831475fa075 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,8 +13,8 @@ jobs: - uses: actions/checkout@v4.2.1 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npm run typecheck - run: npm run cspell -- --no-progress - run: | @@ -27,7 +27,7 @@ jobs: npm run prettier -- --check npm run lint fi - - uses: taiga-family/ci/actions/auto/push@v1.93.2 + - uses: taiga-family/ci/actions/auto/push@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/publish-canary.yml b/.github/workflows/publish-canary.yml index 7795dcc2ed10..50b553db6940 100644 --- a/.github/workflows/publish-canary.yml +++ b/.github/workflows/publish-canary.yml @@ -10,9 +10,9 @@ jobs: name: Publish canary steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 - - uses: taiga-family/ci/actions/setup/config/npm@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 + - uses: taiga-family/ci/actions/setup/config/npm@v1.93.3 with: token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} - run: npx ts-node ./scripts/publish-canary.ts diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index ab8add68cfbe..c3ccbc18df67 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -11,19 +11,19 @@ jobs: - uses: actions/checkout@v4.2.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 - - uses: taiga-family/ci/actions/setup/config/npm@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 + - uses: taiga-family/ci/actions/setup/config/npm@v1.93.3 with: token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }} - run: npx nx run-many -t publish - - uses: taiga-family/ci/actions/run/read-package-json@v1.93.2 + - uses: taiga-family/ci/actions/run/read-package-json@v1.93.3 id: info - name: Announce to Time messenger - uses: taiga-family/ci/actions/messenger/time/announce@v1.93.2 + uses: taiga-family/ci/actions/messenger/time/announce@v1.93.3 if: ${{ !contains(steps.info.outputs.version, 'rc') }} with: url: ${{ secrets.ANNOUNCE_WEBHOOK }} @@ -31,7 +31,7 @@ jobs: version: v${{ steps.info.outputs.version }} - name: Announce to Telegram messenger - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.93.2 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.93.3 if: ${{ !contains(steps.info.outputs.version, 'rc') }} with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} diff --git a/.github/workflows/ready-to-merge.yml b/.github/workflows/ready-to-merge.yml index fb0ffb98bdf4..f186ff0ea9bf 100644 --- a/.github/workflows/ready-to-merge.yml +++ b/.github/workflows/ready-to-merge.yml @@ -10,8 +10,8 @@ jobs: if: github.event.review.state == 'approved' steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.3 with: approvals: 2 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/schematic.yml b/.github/workflows/schematic.yml index a16d3ac5a40c..24d87bc865e6 100644 --- a/.github/workflows/schematic.yml +++ b/.github/workflows/schematic.yml @@ -8,8 +8,8 @@ jobs: name: Run the latest migration steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 - - uses: taiga-family/ci/actions/run/node-info@v1.93.2 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 + - uses: taiga-family/ci/actions/run/node-info@v1.93.3 id: info - run: npx nx run cdk:schematics --v=${{ steps.info.outputs.root-package-major-version }} diff --git a/.github/workflows/snapshots.yml b/.github/workflows/snapshots.yml index f278da9f7237..73311d4e4607 100644 --- a/.github/workflows/snapshots.yml +++ b/.github/workflows/snapshots.yml @@ -16,8 +16,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npx nx build demo # Don't use prerender please, because it's flaky for e2e - run: tree ${{ env.DIST }} -P '*.html' @@ -35,8 +35,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 id: nodejs-workspace - run: npx nx prerender demo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 9fbcfca9ae2c..f7e094974ebc 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -12,8 +12,8 @@ jobs: name: Unit tests steps: - uses: actions/checkout@v4.2.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npm test - run: tree -L 2 ./coverage -P 'lcov.info' - uses: codecov/codecov-action@v4.6.0