From 802ec6ced5392cd17ec309f3c4a2153bcaa8f9f1 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Wed, 18 Sep 2024 15:52:54 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.76.0 (#534) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 10 +++++----- .github/workflows/auto-cleanup-caches.yml | 6 +++--- .github/workflows/auto-dependency-review.yml | 4 ++-- .github/workflows/auto-label.yml | 6 +++--- .github/workflows/bundle-size-tracking.yml | 6 +++--- .github/workflows/ci.yml | 8 ++++---- .github/workflows/deploy-preview.yml | 6 +++--- .github/workflows/deploy.yml | 8 ++++---- 9 files changed, 28 insertions(+), 28 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index a8991890..08db732c 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.74.0 + - uses: taiga-family/ci/actions/setup/project@v1.76.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 2a283c5c..5258db84 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,8 +10,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.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.74.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.76.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.74.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.76.0 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.74.0 + - uses: taiga-family/ci/actions/run/merge@v1.76.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 9914a8bd..d83835fa 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.74.0 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.76.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.74.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.76.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 e6945e51..57ce1aba 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.74.0 - - uses: taiga-family/ci/actions/security/dependency-review@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.76.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index d59f9a02..66896cbc 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -6,8 +6,8 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.76.0 with: token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/bundle-size-tracking.yml b/.github/workflows/bundle-size-tracking.yml index 3dfd6483..c16a1d1d 100644 --- a/.github/workflows/bundle-size-tracking.yml +++ b/.github/workflows/bundle-size-tracking.yml @@ -8,9 +8,9 @@ jobs: tracking: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 - - uses: taiga-family/ci/actions/setup/node@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.0 + - uses: taiga-family/ci/actions/setup/node@v1.76.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 530b20aa..424f2065 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,9 +10,9 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 - - uses: taiga-family/ci/actions/setup/node@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.0 + - uses: taiga-family/ci/actions/setup/node@v1.76.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.74.0 + - uses: taiga-family/ci/actions/auto/push@v1.76.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 792cd127..af55668b 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -7,9 +7,9 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 - - uses: taiga-family/ci/actions/setup/node@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.0 + - uses: taiga-family/ci/actions/setup/node@v1.76.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 e47cc3d7..3a98f267 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,11 +8,11 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.74.0 - - uses: taiga-family/ci/actions/setup/variables@v1.74.0 - - uses: taiga-family/ci/actions/setup/node@v1.74.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.76.0 + - uses: taiga-family/ci/actions/setup/variables@v1.76.0 + - uses: taiga-family/ci/actions/setup/node@v1.76.0 - run: npx nx build demo --base-href /preview-landing-components/ - - uses: taiga-family/ci/actions/deploy/github-pages@v1.74.0 + - uses: taiga-family/ci/actions/deploy/github-pages@v1.76.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} folder: dist/demo/browser