diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index fe9812b4f..cf04d3d8a 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.1 + - uses: taiga-family/ci/actions/setup/project@v1.35.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index f12fee7a7..68ee68cd5 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 - 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.1 + - uses: taiga-family/ci/actions/run/wait-job@v1.35.0 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.34.1 - - uses: taiga-family/ci/actions/auto/approve/double@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.35.0 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.34.1 + - uses: taiga-family/ci/actions/run/merge@v1.35.0 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 d88a3c255..604564d77 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 - 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 89acbfcbe..40f663d68 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.1 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.35.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.34.1 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.35.0 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 57fc8ab03..f8cc94581 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.1 - - uses: taiga-family/ci/actions/security/dependency-review@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.35.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index ee6cfe5b8..37bfcd994 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.34.1 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.35.0 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 2f6533846..eaee3fdf1 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.1 - - uses: taiga-family/ci/actions/auto/remove-label@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/auto/remove-label@v1.35.0 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 8c86f873a..4db21a9a4 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npx nx build-gh-pages concurrency: diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index 03f3d6b0f..f6dd0c6e3 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.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 with: fetch-depth: 0 token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.34.1 - - uses: taiga-family/ci/actions/setup/config/git@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 + - uses: taiga-family/ci/actions/setup/config/git@v1.35.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index a25231f41..939acb358 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run build - name: Debug output diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3f054a6a9..1fded4352 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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 f472d9782..b4082f545 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.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 with: fetch-depth: 10 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - name: Download demo build from cache uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 88e9b087d..cfc6d101f 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run typecheck cspell: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.34.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run cspell -- --no-progress prettier: runs-on: ubuntu-latest steps: - - 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 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.1 + - uses: taiga-family/ci/actions/auto/push@v1.35.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} stylelint: runs-on: ubuntu-latest steps: - - 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 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.1 + - uses: taiga-family/ci/actions/auto/push@v1.35.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} eslint: runs-on: ubuntu-latest steps: - - 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 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/variables@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - - uses: taiga-family/ci/actions/auto/push@v1.34.1 + - uses: taiga-family/ci/actions/auto/push@v1.35.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index 1a2ef2759..5284fb4da 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - 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.1 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.35.0 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 902b32138..f983d738a 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.1 - - uses: taiga-family/ci/actions/setup/node@v1.34.1 + - uses: taiga-family/ci/actions/setup/checkout@v1.35.0 + - uses: taiga-family/ci/actions/setup/node@v1.35.0 - run: npx nx run-many --target test --all --coverage - uses: codecov/codecov-action@v3.1.4 with: