From 235c22ba3009e4def5b84a4ab164d740d48ffa40 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 20 Oct 2023 16:50:39 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.34.1 --- .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 ce9e1b811..fe9812b4f 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.34.0 + - uses: taiga-family/ci/actions/setup/project@v1.34.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index c38e895d9..f12fee7a7 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.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 - 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.34.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.34.1 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.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 - - uses: taiga-family/ci/actions/auto/approve/double@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/auto/approve/double@v1.34.1 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.34.0 + - uses: taiga-family/ci/actions/run/merge@v1.34.1 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 fd0f20b3e..d88a3c255 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.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 - 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 e25c76357..89acbfcbe 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.34.0 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.1 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.1 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 fab518d00..57fc8ab03 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.34.0 - - uses: taiga-family/ci/actions/security/dependency-review@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/security/dependency-review@v1.34.1 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 09e0dc0f0..ee6cfe5b8 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.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.34.1 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index bf01b6ef3..2f6533846 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.34.0 - - uses: taiga-family/ci/actions/auto/remove-label@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/auto/remove-label@v1.34.1 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index eaaf2865b..8c86f873a 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 77dda4b92..03f3d6b0f 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.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.34.0 - - uses: taiga-family/ci/actions/setup/config/git@v1.34.0 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/config/git@v1.34.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index e92f41770..a25231f41 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index e0df61b23..3f054a6a9 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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 70b6dd45e..f472d9782 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.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - name: Download demo build from cache uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index d1fca89ec..88e9b087d 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.0 + - uses: taiga-family/ci/actions/auto/push@v1.34.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.0 + - uses: taiga-family/ci/actions/auto/push@v1.34.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.34.0 - - uses: taiga-family/ci/actions/setup/variables@v1.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.0 + - uses: taiga-family/ci/actions/auto/push@v1.34.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index ec6acc206..1a2ef2759 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - 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.34.0 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.34.1 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 73f778ab3..902b32138 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.34.0 - - uses: taiga-family/ci/actions/setup/node@v1.34.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.34.1 - run: npx nx run-many --target test --all --coverage - uses: codecov/codecov-action@v3.1.4 with: