From b1876d3a7730640c77a2738addafd8743a1584e4 Mon Sep 17 00:00:00 2001 From: null Date: Fri, 13 Oct 2023 08:28:02 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.33.2 --- .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/ci.yml | 4 ++-- .github/workflows/release.yml | 10 +++++----- 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 dc8ff89..fbcc3cb 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.32.2 + - uses: taiga-family/ci/actions/setup/project@v1.33.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 9161f40..df7ec8a 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.32.2 - - uses: taiga-family/ci/actions/setup/variables@v1.32.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.2 + - uses: taiga-family/ci/actions/setup/variables@v1.33.2 - 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.32.2 + - uses: taiga-family/ci/actions/run/wait-job@v1.33.2 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.32.2 + - uses: taiga-family/ci/actions/auto/approve/double@v1.33.2 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.32.2 + - uses: taiga-family/ci/actions/run/merge@v1.33.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index c502bf1..e6b3f3b 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.0 - - uses: taiga-family/ci/actions/setup/variables@v1.32.2 + - uses: taiga-family/ci/actions/setup/variables@v1.33.2 - uses: toshimaru/auto-author-assign@v2.0.1 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index c605bc1..28bd759 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.0 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.32.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.2 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.32.2 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.2 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 6d3dd98..4541bff 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.0 - - uses: taiga-family/ci/actions/security/dependency-review@v1.32.2 + - uses: taiga-family/ci/actions/security/dependency-review@v1.33.2 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index cb56d08..6198bdb 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.0 - - uses: taiga-family/ci/actions/setup/variables@v1.32.2 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.32.2 + - uses: taiga-family/ci/actions/setup/variables@v1.33.2 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.33.2 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index b2be33c..1e93c5d 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.0 - - uses: taiga-family/ci/actions/auto/remove-label@v1.32.2 + - uses: taiga-family/ci/actions/auto/remove-label@v1.33.2 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 385a88d..88fbd6d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,8 +9,8 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.32.2 - - uses: taiga-family/ci/actions/setup/node@v1.32.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.2 + - uses: taiga-family/ci/actions/setup/node@v1.33.2 - run: npm run check - run: npm run prettier -- --check - run: npm run build diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f4f179c..6500df7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -23,14 +23,14 @@ jobs: env: GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.32.2 + - uses: taiga-family/ci/actions/setup/checkout@v1.33.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.32.2 - - uses: taiga-family/ci/actions/setup/config/git@v1.32.2 + - uses: taiga-family/ci/actions/setup/node@v1.33.2 + - uses: taiga-family/ci/actions/setup/config/git@v1.33.2 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/config/npm@v1.32.2 + - uses: taiga-family/ci/actions/setup/config/npm@v1.33.2 with: token: ${{ secrets.TINKOFF_SCOPE_NPM_TOKEN }} @@ -53,7 +53,7 @@ jobs: echo "version=@tinkoff/angular-contenteditable-accessor@$(node -p "require('./projects/angular-contenteditable-accessor/package.json').version")" >> $GITHUB_OUTPUT - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.32.2 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.33.2 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}