Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.87.6 (#947)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 30, 2024
1 parent a1e64ed commit b891891
Show file tree
Hide file tree
Showing 6 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/auto-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].6
- id: matrix
run: |
if [[ "${{ env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR }}" == "true" ]]; then
Expand All @@ -29,7 +29,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].6
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -39,12 +39,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].0
- uses: taiga-family/ci/actions/auto/approve/[email protected].0
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/auto/approve/[email protected].6
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].0
- uses: taiga-family/ci/actions/run/[email protected].6
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,8 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run prettier -- --write
Expand All @@ -29,7 +29,7 @@ jobs:
npm run build
npm test
- uses: taiga-family/ci/actions/auto/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].6
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,10 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/setup/[email protected].6
- run: npm run build:demo
- uses: taiga-family/ci/actions/deploy/[email protected].5
- uses: taiga-family/ci/actions/deploy/[email protected].6
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/ready-to-merge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
if: github.event.review.state == 'APPROVED'
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].6
- uses: taiga-family/ci/actions/auto/[email protected].6
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/run/[email protected].5
- uses: taiga-family/ci/actions/run/[email protected].6
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/[email protected].5
- uses: taiga-family/ci/actions/run/[email protected].6
id: info

- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/[email protected].5
uses: taiga-family/ci/actions/messenger/telegram/[email protected].6
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down

0 comments on commit b891891

Please sign in to comment.