Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.87.7 (#1736)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 1, 2024
1 parent 809802c commit 64611dd
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.7
- uses: toshimaru/auto-author-assign@v2.1.1
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/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.7
- id: matrix
run: echo "value=$PR_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.87.0
- uses: taiga-family/ci/actions/run/wait-job@v1.87.7
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -34,13 +34,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.87.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.7
- uses: taiga-family/ci/actions/auto/approve/double@v1.87.7
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/merge@v1.87.0
- uses: taiga-family/ci/actions/run/merge@v1.87.7
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
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/checkout@v4.2.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.87.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.7
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.87.7
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit 64611dd

Please sign in to comment.