diff --git a/.github/workflows/auto-add-to-project.yml b/.github/workflows/auto-add-to-project.yml index 6f1c33aa..17d00873 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.62.8 + - uses: taiga-family/ci/actions/setup/project@v1.62.9 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index ad8b7c69..a7fc802b 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,8 +10,8 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.62.8 - - uses: taiga-family/ci/actions/setup/variables@v1.62.8 + - uses: taiga-family/ci/actions/setup/checkout@v1.62.9 + - uses: taiga-family/ci/actions/setup/variables@v1.62.9 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT @@ -24,7 +24,7 @@ jobs: matrix: value: ${{ fromJSON(needs.setup.outputs.matrix) }} steps: - - uses: taiga-family/ci/actions/run/wait-job@v1.62.8 + - uses: taiga-family/ci/actions/run/wait-job@v1.62.9 with: token: ${{ secrets.GITHUB_TOKEN }} job: ${{ matrix.value }} @@ -33,11 +33,11 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/auto/approve/double@v1.62.8 + - uses: taiga-family/ci/actions/auto/approve/double@v1.62.9 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.62.8 + - uses: taiga-family/ci/actions/run/merge@v1.62.9 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index db48402b..5d05bf49 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.7 - - uses: taiga-family/ci/actions/setup/variables@v1.62.8 + - uses: taiga-family/ci/actions/setup/variables@v1.62.9 - 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 c6271402..a7ede480 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.7 - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.62.8 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.62.9 if: github.event_name == 'push' with: branch-name: ${{ github.head_ref || github.ref_name }} - - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.62.8 + - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.62.9 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 f6fcfc2b..1be5697c 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.7 - - uses: taiga-family/ci/actions/security/dependency-review@v1.62.8 + - uses: taiga-family/ci/actions/security/dependency-review@v1.62.9 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index 657daa66..da78f7c2 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.7 - - uses: taiga-family/ci/actions/auto/remove-label@v1.62.8 + - uses: taiga-family/ci/actions/auto/remove-label@v1.62.9 diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 43a12ca9..1f2b2da7 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -11,8 +11,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.1.7 - - uses: taiga-family/ci/actions/setup/variables@v1.62.8 - - uses: taiga-family/ci/actions/setup/node@v1.62.8 + - uses: taiga-family/ci/actions/setup/variables@v1.62.9 + - uses: taiga-family/ci/actions/setup/node@v1.62.9 - run: npm run prettier -- --check - run: npx renovate-config-validator default.json --strict diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index acbbd205..3bcef0b2 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -17,8 +17,8 @@ jobs: persist-credentials: false ref: ${{ github.head_ref }} token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/setup/node@v1.62.8 - - uses: taiga-family/ci/actions/setup/config/git@v1.62.8 + - uses: taiga-family/ci/actions/setup/node@v1.62.9 + - uses: taiga-family/ci/actions/setup/config/git@v1.62.9 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}