From c64a46e50017be80a7d58be9156837ccee58e548 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 15 Oct 2024 18:58:40 +0000 Subject: [PATCH] chore: update taiga-family/ci action to v1.93.3 --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 8 ++++---- .github/workflows/auto-cleanup-caches.yml | 4 ++-- .github/workflows/auto-dependency-review.yml | 2 +- .github/workflows/auto-label.yml | 4 ++-- .github/workflows/bundle-size-tracking.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/deploy-preview.yml | 4 ++-- .github/workflows/deploy.yml | 6 +++--- 9 files changed, 20 insertions(+), 20 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 9b769ef0..71fd62fb 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.93.2 + - uses: taiga-family/ci/actions/setup/project@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d5f8f999..936c3dfa 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 - 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.93.2 + - uses: taiga-family/ci/actions/run/wait-job@v1.93.3 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.93.2 + - uses: taiga-family/ci/actions/auto/approve/double@v1.93.3 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.93.2 + - uses: taiga-family/ci/actions/run/merge@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index 1eb5b6ea..8094937d 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.1 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.93.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.93.3 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.93.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.93.3 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 96809af3..73a0b9f6 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.1 - - uses: taiga-family/ci/actions/security/dependency-review@v1.93.2 + - uses: taiga-family/ci/actions/security/dependency-review@v1.93.3 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index df9b5ed3..36bdc6de 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.3 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/bundle-size-tracking.yml b/.github/workflows/bundle-size-tracking.yml index c41d40b5..5f4c2bee 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - 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 4da8f7bf..fca5d907 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - 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.93.2 + - uses: taiga-family/ci/actions/auto/push@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 26378156..10a7fad3 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - 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 1c0f3b76..eb4fa661 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.1 - - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - - uses: taiga-family/ci/actions/setup/node@v1.93.2 + - uses: taiga-family/ci/actions/setup/variables@v1.93.3 + - uses: taiga-family/ci/actions/setup/node@v1.93.3 - run: npx nx build demo --base-href /preview-landing-components/ - - uses: taiga-family/ci/actions/deploy/github-pages@v1.93.2 + - uses: taiga-family/ci/actions/deploy/github-pages@v1.93.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} folder: dist/demo/browser