From 4b505991448751a5b4a3f9edd5a9159f04d866ed Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Tue, 28 Nov 2023 11:29:14 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.44.5 (#701) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 14 ++++----- .github/workflows/auto-author-assign.yml | 4 +-- .github/workflows/auto-cleanup-caches.yml | 6 ++-- .github/workflows/auto-dependency-review.yml | 4 +-- .github/workflows/auto-label.yml | 6 ++-- .github/workflows/auto-remove-label.yml | 4 +-- .github/workflows/build.yml | 8 ++--- .github/workflows/create-release.yml | 6 ++-- .github/workflows/deploy-preview.yml | 4 +-- .github/workflows/deploy.yml | 4 +-- .github/workflows/e2e.yml | 16 +++++----- .github/workflows/lint.yml | 32 ++++++++++---------- .github/workflows/npm-publish.yml | 6 ++-- .github/workflows/test.yml | 4 +-- 15 files changed, 60 insertions(+), 60 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 4f4084617..ed2dece5f 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.44.4 + - uses: taiga-family/ci/actions/setup/project@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 4912df180..fbee0da49 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,8 +11,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: | @@ -30,7 +30,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.44.4 + - uses: taiga-family/ci/actions/run/wait-job@v1.44.5 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -39,13 +39,13 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 - - uses: taiga-family/ci/actions/auto/approve/double@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 + - uses: taiga-family/ci/actions/auto/approve/double@v1.44.5 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.44.4 + - uses: taiga-family/ci/actions/run/merge@v1.44.5 if: env.IS_RELEASE_BRANCH == 'false' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 9b56b266b..3d0bc0cfc 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.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 - 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 a1434b422..04db5b531 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.44.4 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.44.5 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.44.4 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.44.5 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 613a3ee37..009d79a76 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.44.4 - - uses: taiga-family/ci/actions/security/dependency-review@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/security/dependency-review@v1.44.5 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 9d91be9c1..4092e82dd 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -6,9 +6,9 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.44.5 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 7412fe4ae..81f393088 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.44.4 - - uses: taiga-family/ci/actions/auto/remove-label@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/auto/remove-label@v1.44.5 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 4ea6ce0c2..4569f96e0 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -10,8 +10,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npx nx run-many --target build --all --exclude=demo build-demo: @@ -19,8 +19,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 2e45b3fcf..d09277bf5 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -25,12 +25,12 @@ jobs: env: IS_DRY_MODE: ${{ github.event.inputs.dryRun == 'true' }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.44.4 - - uses: taiga-family/ci/actions/setup/config/git@v1.44.4 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 + - uses: taiga-family/ci/actions/setup/config/git@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 34ef8b8be..2b668f9b0 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -10,8 +10,8 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c568f894e..fdede6ffe 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,8 +8,8 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npx nx build-gh-pages - uses: JamesIves/github-pages-deploy-action@v4.4.3 with: diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 5e28a7ff1..30646e634 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -13,11 +13,11 @@ jobs: name: Build demo runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - name: Mark demo-app directory for persist in cache uses: actions/cache@v3 @@ -42,8 +42,8 @@ jobs: project: [date, date-range, date-time, number, time] name: Kit / ${{ matrix.project }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - name: Download demo build from cache uses: actions/cache@v3 @@ -67,8 +67,8 @@ jobs: runs-on: ubuntu-latest name: Recipes steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - name: Download demo build from cache uses: actions/cache@v3 @@ -90,8 +90,8 @@ jobs: runs-on: ubuntu-latest name: Others steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - name: Download demo build from cache uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 8414e540b..2fd18acdb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -5,47 +5,47 @@ jobs: typecheck: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.44.4 + - uses: taiga-family/ci/actions/auto/push@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.44.4 + - uses: taiga-family/ci/actions/auto/push@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/variables@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/variables@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.44.4 + - uses: taiga-family/ci/actions/auto/push@v1.44.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fa2bd51f8..07a020814 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -12,8 +12,8 @@ jobs: name: Publish runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npx nx run-many --target build --all --exclude=demo - run: npx nx run-many --target publish --all --exclude=demo @@ -22,7 +22,7 @@ jobs: echo "version=v$(node -p "require('./package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.44.4 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.44.5 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 024263c78..4763b8681 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -11,8 +11,8 @@ jobs: if: ${{ !contains(github.head_ref, 'release/') }} runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.44.4 - - uses: taiga-family/ci/actions/setup/node@v1.44.4 + - uses: taiga-family/ci/actions/setup/checkout@v1.44.5 + - uses: taiga-family/ci/actions/setup/node@v1.44.5 - run: npx nx run-many --target test --all --coverage - uses: codecov/codecov-action@v3.1.4 with: