From 5f054058fcc81af747e4a6807cbcee0327b244ff Mon Sep 17 00:00:00 2001 From: null Date: Mon, 7 Oct 2024 07:21:09 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.93.2 --- .github/workflows/assign-author.yml | 2 +- .github/workflows/auto-merge.yml | 10 +++++----- .github/workflows/ci.yml | 6 +++--- .github/workflows/ready-to-merge.yml | 4 ++-- .github/workflows/release.yml | 2 +- 5 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 5486d87b..0183c971 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -8,7 +8,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - uses: toshimaru/auto-author-assign@v2.1.1 continue-on-error: true diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 70fdc1d0..da5a6318 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -12,7 +12,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.1 + - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - id: matrix 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.1 + - uses: taiga-family/ci/actions/run/wait-job@v1.93.2 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -34,13 +34,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.1 - - uses: taiga-family/ci/actions/auto/approve/double@v1.93.1 + - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/auto/approve/double@v1.93.2 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.93.1 + - uses: taiga-family/ci/actions/run/merge@v1.93.2 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c1ed9ef6..349edd26 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v4.2.0 with: persist-credentials: false - - uses: taiga-family/ci/actions/setup/variables@v1.93.1 - - uses: taiga-family/ci/actions/setup/node@v1.93.1 + - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/setup/node@v1.93.2 - run: npm run cspell -- --no-progress - run: | if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then @@ -25,7 +25,7 @@ jobs: npm run prettier -- --check npm run lint fi - - uses: taiga-family/ci/actions/auto/push@v1.93.1 + - uses: taiga-family/ci/actions/auto/push@v1.93.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/ready-to-merge.yml b/.github/workflows/ready-to-merge.yml index cd84b2b5..a8ca8e38 100644 --- a/.github/workflows/ready-to-merge.yml +++ b/.github/workflows/ready-to-merge.yml @@ -10,8 +10,8 @@ jobs: if: github.event.review.state == 'approved' steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.93.1 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.1 + - uses: taiga-family/ci/actions/setup/variables@v1.93.2 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.2 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b6232990..525f720f 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -21,7 +21,7 @@ jobs: if: "!contains(github.event.head_commit.message, 'chore(release)')" steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/run/release-it@v1.93.1 + - uses: taiga-family/ci/actions/run/release-it@v1.93.2 with: ref: ${{ github.ref }} mode: ${{ github.event.inputs.mode }}