From cd3b9c10e781bfc1d851aa10f517f0f736152cf6 Mon Sep 17 00:00:00 2001 From: taiga-family-bot <140712314+taiga-family-bot@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:36:34 +0300 Subject: [PATCH] chore(deps): update taiga-family/ci action to v1.12.4 (#47) --- .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 | 2 +- .github/workflows/release.yml | 6 +++--- 8 files changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 43cafccc..745b1f11 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.12.3 + - uses: taiga-family/ci/actions/setup-project@1.12.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 93880c78..7df457a7 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.0.0 - - uses: taiga-family/ci/actions/variables@1.12.3 - - uses: taiga-family/ci/actions/two-approve@1.12.3 + - uses: taiga-family/ci/actions/variables@1.12.4 + - uses: taiga-family/ci/actions/two-approve@1.12.4 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 9c5e8b0d..72e9ec09 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.0.0 - - uses: taiga-family/ci/actions/variables@1.12.3 + - uses: taiga-family/ci/actions/variables@1.12.4 - 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 d7bc46b9..05e58de7 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.0.0 - - uses: taiga-family/ci/actions/cleanup-cache@1.12.3 + - uses: taiga-family/ci/actions/cleanup-cache@1.12.4 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/cleanup-cache@1.12.3 + - uses: taiga-family/ci/actions/cleanup-cache@1.12.4 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 067d9e23..a9dc56a2 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.0.0 - - uses: taiga-family/ci/actions/dependency-review@1.12.3 + - uses: taiga-family/ci/actions/dependency-review@1.12.4 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 246b3004..1141c17c 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.0.0 - - uses: taiga-family/ci/actions/auto-remove-label@1.12.3 + - uses: taiga-family/ci/actions/auto-remove-label@1.12.4 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 63c5f593..8651aad4 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -12,7 +12,7 @@ jobs: - uses: actions/checkout@v4.0.0 with: fetch-depth: 0 - - uses: taiga-family/ci/actions/setup-node@1.12.3 + - uses: taiga-family/ci/actions/setup-node@1.12.4 - name: prepare integration test run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index cfd6165b..3089b3c7 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@1.12.3 - - uses: taiga-family/ci/actions/setup-git@1.12.3 + - uses: taiga-family/ci/actions/setup-node@1.12.4 + - uses: taiga-family/ci/actions/setup-git@1.12.4 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup-npm@1.12.3 + - uses: taiga-family/ci/actions/setup-npm@1.12.4 with: token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}