diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5086936..f96df76 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,8 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.87.3 - - uses: taiga-family/ci/actions/setup/node@v1.87.3 + - uses: taiga-family/ci/actions/setup/variables@v1.87.5 + - uses: taiga-family/ci/actions/setup/node@v1.87.5 - run: | if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then npm run prettier -- --write @@ -25,7 +25,7 @@ jobs: - run: npm run test - run: npm run build:library - run: npm run build:demo - - uses: taiga-family/ci/actions/auto/push@v1.87.3 + - uses: taiga-family/ci/actions/auto/push@v1.87.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index f27c0fd..a60328e 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -11,7 +11,7 @@ jobs: matrix: ${{ steps.matrix.outputs.value }} steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.87.3 + - uses: taiga-family/ci/actions/setup/variables@v1.87.5 - 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.87.3 + - uses: taiga-family/ci/actions/run/wait-job@v1.87.5 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.87.3 + - uses: taiga-family/ci/actions/auto/approve/double@v1.87.5 with: token1: ${{ secrets.GITHUB_TOKEN }} token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} - - uses: taiga-family/ci/actions/run/merge@v1.87.3 + - uses: taiga-family/ci/actions/run/merge@v1.87.5 with: token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} @@ -46,8 +46,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.87.3 - - uses: taiga-family/ci/actions/auto/label-when-approved@v1.87.3 + - uses: taiga-family/ci/actions/setup/variables@v1.87.5 + - uses: taiga-family/ci/actions/auto/label-when-approved@v1.87.5 with: approvals: 1 token: ${{ secrets.GITHUB_TOKEN }} @@ -57,7 +57,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/setup/variables@v1.87.3 + - uses: taiga-family/ci/actions/setup/variables@v1.87.5 - uses: toshimaru/auto-author-assign@v2.1.1 if: env.IS_OWNER_MODE == 'true' with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index e00e274..0b7c083 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -20,18 +20,18 @@ jobs: if: "!contains(github.event.head_commit.message, 'chore(release)')" steps: - uses: actions/checkout@v4.2.0 - - uses: taiga-family/ci/actions/run/release-it@v1.87.3 + - uses: taiga-family/ci/actions/run/release-it@v1.87.5 with: ref: ${{ github.ref }} mode: ${{ github.event.inputs.mode }} npmToken: ${{ secrets.NPM_TOKEN }} githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} - - uses: taiga-family/ci/actions/run/read-package-json@v1.87.3 + - uses: taiga-family/ci/actions/run/read-package-json@v1.87.5 id: info - name: Announce to Telegram - uses: taiga-family/ci/actions/messenger/telegram/announce@v1.87.3 + uses: taiga-family/ci/actions/messenger/telegram/announce@v1.87.5 with: chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}