Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.78.0 (#860)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 19, 2024
1 parent cb1092f commit 6f6ec69
Show file tree
Hide file tree
Showing 10 changed files with 26 additions and 26 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
outputs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- 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/wait-job@v1.77.0
- uses: taiga-family/ci/actions/run/wait-job@v1.78.0
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/double@v1.77.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.78.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/merge@v1.77.0
- uses: taiga-family/ci/actions/run/merge@v1.78.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: PR author as an assignee
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/auto-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
name: Label when approved
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.78.0
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
4 changes: 2 additions & 2 deletions .github/workflows/build-demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
name: Build demo
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx build-gh-pages demo

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
name: Build packages
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx run-many -t build --exclude demo

concurrency:
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 @@ -11,8 +11,8 @@ jobs:
name: Firebase
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx build demo

- name: Debug output
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx build-gh-pages demo
- name: Deploy
uses: JamesIves/[email protected]
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/variables@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npm run typecheck
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
Expand All @@ -24,7 +24,7 @@ jobs:
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/push@v1.77.0
- uses: taiga-family/ci/actions/auto/push@v1.78.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,8 +16,8 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/run/release-it@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/run/release-it@v1.78.0
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ jobs:
test:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/checkout@v1.78.0
- uses: taiga-family/ci/actions/setup/node@v1.78.0
- run: npx nx run-many -t test

concurrency:
Expand Down

0 comments on commit 6f6ec69

Please sign in to comment.