Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.87.8 (#917)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 1, 2024
1 parent 337a97a commit 8af990a
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 16 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].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- uses: taiga-family/ci/actions/setup/[email protected].8
- run: npm run typecheck
- run: npx nx run-many -t build --exclude demo
- run: npx nx run-many -t test
Expand All @@ -27,7 +27,7 @@ jobs:
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/[email protected].7
- uses: taiga-family/ci/actions/auto/[email protected].8
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- uses: taiga-family/ci/actions/setup/[email protected].8
- run: npx nx build demo

- uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- run: npx nx build-gh-pages demo
- name: Deploy
uses: JamesIves/[email protected]
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].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- 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].7
- uses: taiga-family/ci/actions/run/[email protected].8
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].7
- uses: taiga-family/ci/actions/auto/approve/[email protected].8
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].7
- uses: taiga-family/ci/actions/run/[email protected].8
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].7
- uses: taiga-family/ci/actions/auto/[email protected].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- uses: taiga-family/ci/actions/auto/[email protected].8
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].7
- uses: taiga-family/ci/actions/setup/[email protected].8
- 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 @@ -19,18 +19,18 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/run/[email protected].7
- uses: taiga-family/ci/actions/run/[email protected].8
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].7
- uses: taiga-family/ci/actions/run/[email protected].8
id: info

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

0 comments on commit 8af990a

Please sign in to comment.