diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index d9172eb5..dc93cafe 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.102.0 + - uses: taiga-family/ci/actions/setup/project@v1.103.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 514937b0..f96da429 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -11,7 +11,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT @@ -24,7 +24,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.102.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.103.0 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -33,11 +33,11 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/auto/approve/double@v1.102.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.103.0 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.102.0 + - uses: taiga-family/ci/actions/run/merge@v1.103.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index 4c7f74e6..441283a8 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.2.2 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.102.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.103.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.102.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.103.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 0ad04378..6b2cff5f 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.2.2 - - uses: taiga-family/ci/actions/security/dependency-review@v1.102.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.103.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 74c62442..aa24b46c 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -7,7 +7,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.103.0 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/bundle-size-tracking.yml b/.github/workflows/bundle-size-tracking.yml index 4f6c4c15..8784109e 100644 --- a/.github/workflows/bundle-size-tracking.yml +++ b/.github/workflows/bundle-size-tracking.yml @@ -9,8 +9,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 - - uses: taiga-family/ci/actions/setup/node@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 + - uses: taiga-family/ci/actions/setup/node@v1.103.0 - run: npx nx build demo - run: npx --yes bundlemon --config .github/.bundlemonrc.json continue-on-error: true diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 76ab02e5..ef86be21 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 - - uses: taiga-family/ci/actions/setup/node@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 + - uses: taiga-family/ci/actions/setup/node@v1.103.0 - run: npx nx build demo - run: | if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then @@ -24,7 +24,7 @@ jobs: npm run stylelint npm run lint fi - - uses: taiga-family/ci/actions/auto/push@v1.102.0 + - uses: taiga-family/ci/actions/auto/push@v1.103.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index bfff1b89..1b1d4a8a 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.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 - - uses: taiga-family/ci/actions/setup/node@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 + - uses: taiga-family/ci/actions/setup/node@v1.103.0 - run: npx nx build demo - name: Debug output run: tree dist/demo/browser -P '*.html' diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c5f3a491..80d832cd 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -9,10 +9,10 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.2 - - uses: taiga-family/ci/actions/setup/variables@v1.102.0 - - uses: taiga-family/ci/actions/setup/node@v1.102.0 + - uses: taiga-family/ci/actions/setup/variables@v1.103.0 + - uses: taiga-family/ci/actions/setup/node@v1.103.0 - run: npx nx build demo --base-href /preview-landing-components/ - - uses: taiga-family/ci/actions/deploy/github-pages@v1.102.0 + - uses: taiga-family/ci/actions/deploy/github-pages@v1.103.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} folder: dist/demo/browser