Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.93.2
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Oct 7, 2024
1 parent 378c8a9 commit 8b20200
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 14 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/assign-author.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: toshimaru/[email protected]
continue-on-error: true

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].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- id: matrix
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].1
- uses: taiga-family/ci/actions/run/[email protected].2
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -34,13 +34,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/auto/approve/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/approve/[email protected].2
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].1
- uses: taiga-family/ci/actions/run/[email protected].2
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
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,16 +12,16 @@ jobs:
- uses: actions/[email protected]
with:
persist-credentials: false
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run prettier -- --write
else
npm run prettier -- --check
fi
- run: npx renovate-config-validator default.json --strict
- uses: taiga-family/ci/actions/auto/[email protected].1
- uses: taiga-family/ci/actions/auto/[email protected].2
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

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].1
- uses: taiga-family/ci/actions/auto/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].2
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/run/[email protected].1
- uses: taiga-family/ci/actions/run/[email protected].2
with:
ref: ${{ github.ref }}
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/renovate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:
RENOVATE_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].1
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- run: |
npx renovate \
--autodiscover=true \
Expand Down

0 comments on commit 8b20200

Please sign in to comment.