Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.85.0 (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 24, 2024
1 parent fc505d4 commit 6ff0657
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 8 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.84.0
- uses: taiga-family/ci/actions/setup/variables@v1.84.0
- uses: taiga-family/ci/actions/setup/checkout@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.85.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.84.0
- uses: taiga-family/ci/actions/run/wait-job@v1.85.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.84.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.85.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/merge@v1.84.0
- uses: taiga-family/ci/actions/run/merge@v1.85.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.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/variables@v1.84.0
- uses: taiga-family/ci/actions/setup/variables@v1.85.0

- name: Auto assign
if: env.IS_OWNER_MODE == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,8 +11,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.84.0
- uses: taiga-family/ci/actions/setup/node@v1.84.0
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- run: npm run prettier -- --check

concurrency:
Expand Down

0 comments on commit 6ff0657

Please sign in to comment.