diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 8002031..7770550 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.24.0 + - uses: taiga-family/ci/actions/setup/project@v1.25.3 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d44533b..d66f98d 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.24.0 - - uses: taiga-family/ci/actions/auto/approve/double@v1.24.0 + - uses: taiga-family/ci/actions/setup/variables@v1.25.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.25.3 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 1194e66..ee74df1 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.24.0 + - uses: taiga-family/ci/actions/setup/variables@v1.25.3 - 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 fbdf38a..83a6529 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.24.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.25.3 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.24.0 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.25.3 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 3993c4c..6c0050c 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.24.0 + - uses: taiga-family/ci/actions/security/dependency-review@v1.25.3 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 95a50fb..214b908 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.24.0 + - uses: taiga-family/ci/actions/auto/remove-label@v1.25.3 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index b9c0533..5ab7f78 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.24.0 - - uses: taiga-family/ci/actions/setup/node@v1.24.0 + - uses: taiga-family/ci/actions/setup/variables@v1.25.3 + - uses: taiga-family/ci/actions/setup/node@v1.25.3 - run: npm run prettier -- --check concurrency: