From 5143fdeb4ca3d9ca737f08905d9a83577c0592b7 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 28 Sep 2023 09:23:53 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.13.1 (#11) --- .github/workflows/auto-add-to-project.yml | 2 +- .github/workflows/auto-approve.yml | 4 ++-- .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 | 4 ++-- 7 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 3900fa0..94a16e9 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@1.13.0 + - uses: taiga-family/ci/actions/setup-project@1.13.1 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index e6c1cd2..d61ed87 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -8,8 +8,8 @@ jobs: pull-requests: write steps: - uses: actions/checkout@v4.1.0 - - uses: taiga-family/ci/actions/variables@1.13.0 - - uses: taiga-family/ci/actions/two-approve@1.13.0 + - uses: taiga-family/ci/actions/variables@1.13.1 + - uses: taiga-family/ci/actions/two-approve@1.13.1 if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' with: token1: ${{ secrets.GITHUB_TOKEN }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index a7b4ebe..76f140c 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/variables@1.13.0 + - uses: taiga-family/ci/actions/variables@1.13.1 - name: Auto assign if: env.IS_OWNER_MODE == 'true' diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index fa688f3..0e2ce55 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/cleanup-cache@1.13.0 + - uses: taiga-family/ci/actions/cleanup-cache@1.13.1 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/cleanup-cache@1.13.0 + - uses: taiga-family/ci/actions/cleanup-cache@1.13.1 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 5907d03..61aa200 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/dependency-review@1.13.0 + - uses: taiga-family/ci/actions/dependency-review@1.13.1 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 803b61f..15c2b0c 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@1.13.0 + - uses: taiga-family/ci/actions/auto-remove-label@1.13.1 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 9353977..1c06698 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v4.1.0 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.13.0 + uses: taiga-family/ci/actions/variables@1.13.1 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.13.0 + uses: taiga-family/ci/actions/setup-node@1.13.1 - name: Lint check run: |