diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index dd94103..8002031 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.23.0 + - uses: taiga-family/ci/actions/setup/project@v1.24.0 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index a8303aa..d44533b 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@v1.23.0 - - uses: taiga-family/ci/actions/auto/approve/double@v1.23.0 + - uses: taiga-family/ci/actions/setup/variables@v1.24.0 + - uses: taiga-family/ci/actions/auto/approve/double@v1.24.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 3a58342..1194e66 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@v1.23.0 + - uses: taiga-family/ci/actions/setup/variables@v1.24.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 8ce9f86..fbdf38a 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@v1.23.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.24.0 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.23.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.24.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 2b7dce5..3993c4c 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@v1.23.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.24.0 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 606ace2..95a50fb 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@v1.23.0 + - uses: taiga-family/ci/actions/auto/remove-label@v1.24.0 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 0f27df5..b9c0533 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.0 - - uses: taiga-family/ci/actions/setup/variables@v1.23.0 - - uses: taiga-family/ci/actions/setup/node@v1.23.0 + - uses: taiga-family/ci/actions/setup/variables@v1.24.0 + - uses: taiga-family/ci/actions/setup/node@v1.24.0 - run: npm run prettier -- --check concurrency: