Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.87.5 (#563)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 27, 2024
1 parent 7b5eaab commit 660f963
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/setup/[email protected].5
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run prettier -- --write
Expand All @@ -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/[email protected].3
- uses: taiga-family/ci/actions/auto/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].5
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -24,7 +24,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].3
- uses: taiga-family/ci/actions/run/[email protected].5
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -33,11 +33,11 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/auto/approve/[email protected].3
- uses: taiga-family/ci/actions/auto/approve/[email protected].5
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].3
- uses: taiga-family/ci/actions/run/[email protected].5
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand All @@ -46,8 +46,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/auto/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: taiga-family/ci/actions/auto/[email protected].5
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].5
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
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].3
- uses: taiga-family/ci/actions/run/[email protected].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/[email protected].3
- uses: taiga-family/ci/actions/run/[email protected].5
id: info

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

0 comments on commit 660f963

Please sign in to comment.