diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 10725b1b6..916fd0e4c 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@1.12.1 + - uses: taiga-family/ci/actions/setup-project@1.12.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 1701a5b1d..d8929780d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,8 +8,8 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/variables@1.12.1 - - uses: taiga-family/ci/actions/two-approve@1.12.1 + - uses: taiga-family/ci/actions/variables@1.12.2 + - uses: taiga-family/ci/actions/two-approve@1.12.2 if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 694a750bd..379bbea50 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/variables@1.12.1 + - uses: taiga-family/ci/actions/variables@1.12.2 - name: Auto assign if: env.IS_OWNER_MODE == 'true' diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index bb88615b0..c98de2e29 100644 --- a/.github/workflows/auto-cleanup-caches.yml +++ b/.github/workflows/auto-cleanup-caches.yml @@ -13,11 +13,11 @@ jobs: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/cleanup-cache@1.12.1 + - uses: taiga-family/ci/actions/cleanup-cache@1.12.2 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/cleanup-cache@1.12.1 + - uses: taiga-family/ci/actions/cleanup-cache@1.12.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 06a903a75..8167bf232 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -9,4 +9,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/dependency-review@1.12.1 + - uses: taiga-family/ci/actions/dependency-review@1.12.2 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 403c6dcef..e05524243 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -7,8 +7,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/variables@1.12.1 - - uses: taiga-family/ci/actions/label-when-approved@1.12.1 + - uses: taiga-family/ci/actions/variables@1.12.2 + - uses: taiga-family/ci/actions/label-when-approved@1.12.2 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 097f36806..d4af36c81 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -8,4 +8,4 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.0.0 - - uses: taiga-family/ci/actions/auto-remove-label@1.12.1 + - uses: taiga-family/ci/actions/auto-remove-label@1.12.2 diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 308d9a5a8..706704428 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Build packages run: npx nx run-many --target build --all --exclude=demo @@ -24,7 +24,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Build demo application for Github Pages run: npx nx build-gh-pages diff --git a/.github/workflows/create-release.yml b/.github/workflows/create-release.yml index bbc04e4df..8e9b27068 100644 --- a/.github/workflows/create-release.yml +++ b/.github/workflows/create-release.yml @@ -33,7 +33,7 @@ jobs: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run release id: run-release diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 79574a224..a678581ff 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - run: npm run build diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index bbb390732..6b630c01e 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Build demo run: npx nx build-gh-pages diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index f98f9fda5..102bf6d73 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -18,7 +18,7 @@ jobs: fetch-depth: 10 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Mark demo-app directory for persist in cache uses: actions/cache@v3 @@ -45,7 +45,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Download demo build from cache uses: actions/cache@v3 @@ -71,7 +71,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Download demo build from cache uses: actions/cache@v3 @@ -95,7 +95,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Download demo build from cache uses: actions/cache@v3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 80a990181..e54b8eccb 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Typecheck run: npm run typecheck @@ -19,7 +19,7 @@ jobs: - uses: actions/checkout@v4.0.0 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run cspell run: npm run cspell -- --no-progress @@ -29,7 +29,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.12.1 + uses: taiga-family/ci/actions/variables@1.12.2 - uses: actions/checkout@v4 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -38,21 +38,21 @@ jobs: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run prettier run: npm run prettier ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --write' || '-- --check' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.12.1 + uses: taiga-family/ci/actions/auto-push@1.12.2 stylelint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.12.1 + uses: taiga-family/ci/actions/variables@1.12.2 - uses: actions/checkout@v4 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -61,21 +61,21 @@ jobs: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run stylelint run: npm run stylelint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.12.1 + uses: taiga-family/ci/actions/auto-push@1.12.2 eslint: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.12.1 + uses: taiga-family/ci/actions/variables@1.12.2 - uses: actions/checkout@v4 if: env.SUPPORT_AUTO_PUSH == 'true' @@ -84,14 +84,14 @@ jobs: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run eslint run: npm run lint ${{ env.SUPPORT_AUTO_PUSH == 'true' && '-- --fix' || '' }} - name: Apply changes after linting if: env.SUPPORT_AUTO_PUSH == 'true' - uses: taiga-family/ci/actions/auto-push@1.12.1 + uses: taiga-family/ci/actions/auto-push@1.12.2 concurrency: group: lint-${{ github.workflow }}-${{ github.ref }} diff --git a/.github/workflows/npm-publish.yml b/.github/workflows/npm-publish.yml index fc6066aa9..192943a1a 100644 --- a/.github/workflows/npm-publish.yml +++ b/.github/workflows/npm-publish.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Build publishable libraries run: npx nx run-many --target build --all --exclude=demo diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 48e94c78a..afb2735a4 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -13,7 +13,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.1 + uses: taiga-family/ci/actions/setup-node@1.12.2 - name: Run tests run: npx nx run-many --target test --all --coverage