diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 745b1f1..3900fa0 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.4 + - uses: taiga-family/ci/actions/setup-project@1.13.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index 7df457a..28a0854 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.4 - - uses: taiga-family/ci/actions/two-approve@1.12.4 + - uses: taiga-family/ci/actions/variables@1.13.0 + - uses: taiga-family/ci/actions/two-approve@1.13.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 72e9ec0..530c2d4 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.4 + - uses: taiga-family/ci/actions/variables@1.13.0 - 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 05e58de..4918e4c 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.4 + - uses: taiga-family/ci/actions/cleanup-cache@1.13.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/cleanup-cache@1.12.4 + - uses: taiga-family/ci/actions/cleanup-cache@1.13.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 a9dc56a..44d337f 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.4 + - uses: taiga-family/ci/actions/dependency-review@1.13.0 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 1141c17..07cca85 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.4 + - uses: taiga-family/ci/actions/auto-remove-label@1.13.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 49c9b09..e71a753 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,9 +11,9 @@ jobs: steps: - uses: actions/checkout@v4.0.0 - name: Setup global variables - uses: taiga-family/ci/actions/variables@1.12.4 + uses: taiga-family/ci/actions/variables@1.13.0 - name: Setup Node.js and Cache - uses: taiga-family/ci/actions/setup-node@1.12.4 + uses: taiga-family/ci/actions/setup-node@1.13.0 - name: Lint check run: |