From 7ef56304901e660895736c0a2978ab308f350aac Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Fri, 6 Oct 2023 18:53:54 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.29.0 (#79) --- .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-remove-label.yml | 2 +- .github/workflows/lint.yml | 2 +- .github/workflows/release.yml | 6 +++--- 8 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index bc199af2..8ebeef84 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.28.0 + - uses: taiga-family/ci/actions/setup/project@v1.29.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 5016eefe..ed57be6b 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.28.0 - - uses: taiga-family/ci/actions/setup/variables@v1.28.0 + - uses: taiga-family/ci/actions/setup/checkout@v1.29.0 + - uses: taiga-family/ci/actions/setup/variables@v1.29.0 - id: matrix if: env.TAIGA_FAMILY_BOT_IS_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.28.0 + - uses: taiga-family/ci/actions/run/wait-job@v1.29.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.28.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.29.0 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.28.0 + - uses: taiga-family/ci/actions/run/merge@v1.29.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 1a752b82..321309e2 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.28.0 + - uses: taiga-family/ci/actions/setup/variables@v1.29.0 - 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 74b029cf..03383c17 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.28.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.29.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.28.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.29.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 23143faa..85c89a2c 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.28.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.29.0 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index a9033dee..30f50177 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.28.0 + - uses: taiga-family/ci/actions/auto/remove-label@v1.29.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 63ed46f1..22c9a4c1 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v4.1.0 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup/node@v1.28.0 + - uses: taiga-family/ci/actions/setup/node@v1.29.0 - name: prepare integration test run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d1546e37..ab36b723 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -33,11 +33,11 @@ jobs: persist-credentials: false ref: ${{ github.head_ref }} token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.28.0 - - uses: taiga-family/ci/actions/setup/config/git@v1.28.0 + - uses: taiga-family/ci/actions/setup/node@v1.29.0 + - uses: taiga-family/ci/actions/setup/config/git@v1.29.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/config/npm@v1.28.0 + - uses: taiga-family/ci/actions/setup/config/npm@v1.29.0 with: token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}