From 7a1cf1cd7f04ecbdecac4764c32e094a076a30c5 Mon Sep 17 00:00:00 2001 From: null Date: Wed, 4 Oct 2023 18:29:09 +0000 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.23.0 --- .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-label.yml | 4 ++-- .github/workflows/auto-remove-label.yml | 2 +- 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 c860f57..746ca9b 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.20.0 + - uses: taiga-family/ci/actions/setup/project@v1.23.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 15263f7..8ce3b18 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/setup/variables@1.20.0 - - uses: taiga-family/ci/actions/auto/approve/double@1.20.0 + - uses: taiga-family/ci/actions/setup/variables@v1.23.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.23.0 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 9828fe4..140c9b9 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@1.20.0 + - uses: taiga-family/ci/actions/setup/variables@v1.23.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 2c1f397..02042ba 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@1.20.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.23.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@1.20.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.23.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 1d3cd5f..e4b4d79 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@1.20.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.23.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index 0b1cc4e..a5829ea 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@1.20.0 - - uses: taiga-family/ci/actions/auto/label-when-approved@1.20.0 + - uses: taiga-family/ci/actions/setup/variables@v1.23.0 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.23.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 4a20c9e..c245ac2 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.20.0 + - uses: taiga-family/ci/actions/auto/remove-label@v1.23.0