From eacd69c31edbef9a1170cc6005f27aebd2ccd6ff Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Mon, 6 Nov 2023 13:56:18 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.37.0 (#56) --- .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 | 2 +- 8 files changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 8c16eb3..8ce4c8f 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.36.3 + - uses: taiga-family/ci/actions/setup/project@v1.37.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e8d3705..08884ef 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.36.3 - - uses: taiga-family/ci/actions/setup/variables@v1.36.3 + - uses: taiga-family/ci/actions/setup/checkout@v1.37.0 + - uses: taiga-family/ci/actions/setup/variables@v1.37.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.36.3 + - uses: taiga-family/ci/actions/run/wait-job@v1.37.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.36.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.37.0 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.36.3 + - uses: taiga-family/ci/actions/run/merge@v1.37.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 d4301ab..86b0a65 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.36.3 + - uses: taiga-family/ci/actions/setup/variables@v1.37.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 8fb3466..33e8fe0 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.36.3 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.37.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.36.3 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.37.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 43be874..f206be0 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.36.3 + - uses: taiga-family/ci/actions/security/dependency-review@v1.37.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index b799563..405e0d6 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.36.3 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.36.3 + - uses: taiga-family/ci/actions/setup/variables@v1.37.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.37.0 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 520f9ea..d5b3a85 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.36.3 + - uses: taiga-family/ci/actions/auto/remove-label@v1.37.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index af3e01d..717d90a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.1 - - uses: taiga-family/ci/actions/setup/node@v1.36.3 + - uses: taiga-family/ci/actions/setup/node@v1.37.0 - run: npm run prettier -- --check - run: npm run lint - run: npm run test