From cb669ebd5837b76329a50b07c7ad61eddea3043d Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 22 Mar 2024 17:23:39 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.55.3 (#584) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 10 +++++----- .github/workflows/auto-author-assign.yml | 2 +- .github/workflows/auto-cleanup-caches.yml | 4 ++-- .github/workflows/auto-dependency-review.yml | 2 +- .github/workflows/auto-label.yml | 4 ++-- .github/workflows/auto-remove-label.yml | 2 +- .github/workflows/deploy.yml | 8 ++++---- .github/workflows/pr.yml | 6 +++--- .github/workflows/release.yml | 6 +++--- 10 files changed, 23 insertions(+), 23 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index ee1686f2..ff87bfd6 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.55.2 + - uses: taiga-family/ci/actions/setup/project@v1.55.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d50a4afc..0c2e8c0a 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.55.2 - - uses: taiga-family/ci/actions/setup/variables@v1.55.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.55.3 + - uses: taiga-family/ci/actions/setup/variables@v1.55.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.55.2 + - uses: taiga-family/ci/actions/run/wait-job@v1.55.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.55.2 + - uses: taiga-family/ci/actions/auto/approve/double@v1.55.3 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.55.2 + - uses: taiga-family/ci/actions/run/merge@v1.55.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 8284b683..749f30c7 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.1.1 - - uses: taiga-family/ci/actions/setup/variables@v1.55.2 + - uses: taiga-family/ci/actions/setup/variables@v1.55.3 - uses: toshimaru/auto-author-assign@v2.1.0 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index 32b3ec4a..694faddf 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.1.1 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.55.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.55.3 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.55.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.55.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 212a88e3..8b52b2c1 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.1.1 - - uses: taiga-family/ci/actions/security/dependency-review@v1.55.2 + - uses: taiga-family/ci/actions/security/dependency-review@v1.55.3 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 2c6e1600..94dedb2d 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.1.1 - - uses: taiga-family/ci/actions/setup/variables@v1.55.2 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.55.2 + - uses: taiga-family/ci/actions/setup/variables@v1.55.3 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.55.3 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index dc111531..453b98db 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.1.1 - - uses: taiga-family/ci/actions/auto/remove-label@v1.55.2 + - uses: taiga-family/ci/actions/auto/remove-label@v1.55.3 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 7ea5a11c..ee6c8dae 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -7,13 +7,13 @@ jobs: deploy: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.55.2 - - uses: taiga-family/ci/actions/setup/variables@v1.55.2 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.55.3 + - uses: taiga-family/ci/actions/setup/variables@v1.55.3 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 with: node-version: 16.x - run: npx nx run demo:build-gh-pages - - uses: taiga-family/ci/actions/deploy/github-pages@v1.55.2 + - uses: taiga-family/ci/actions/deploy/github-pages@v1.55.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} folder: dist/apps/demo diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 373a22e6..81adf6ef 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 - run: npm run build env: NODE_OPTIONS: --openssl-legacy-provider @@ -30,7 +30,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 - run: npm run lint - run: npm run prettier -- --check @@ -41,7 +41,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 - run: npm run test --coverage --coverageReporters lcov - run: echo "::set-output name=projectMatrix::$(npx nx print-affected --target test --select tasks.target.project)" id: set-project-matrix diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 232b533d..860c1c78 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -14,8 +14,8 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 - - uses: taiga-family/ci/actions/setup/config/npm@v1.55.2 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 + - uses: taiga-family/ci/actions/setup/config/npm@v1.55.3 with: token: ${{ secrets.NPM_TOKEN }} - run: npm run release @@ -28,7 +28,7 @@ jobs: - uses: actions/checkout@v4.1.1 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.55.2 + - uses: taiga-family/ci/actions/setup/node@v1.55.3 - run: npx nx run-many --target test --all --coverage --coverageReporters lcov - uses: actions/upload-artifact@v4 with: