Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.77.0 (#596)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 18, 2024
1 parent 744fffe commit d1e295f
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 14 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.76.0
- uses: taiga-family/ci/actions/setup/variables@v1.76.0
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.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.76.0
- uses: taiga-family/ci/actions/run/wait-job@v1.77.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.76.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.77.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/merge@v1.76.0
- uses: taiga-family/ci/actions/run/merge@v1.77.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.76.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,12 @@ jobs:
name: Lint
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.76.0
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
with:
fetch-depth: 0
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/variables@v1.76.0
- uses: taiga-family/ci/actions/setup/node@v1.76.0
- uses: taiga-family/ci/actions/setup/variables@v1.77.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- run: npm run cspell -- --no-progress
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
Expand All @@ -27,7 +27,7 @@ jobs:
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/push@v1.76.0
- uses: taiga-family/ci/actions/auto/push@v1.77.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,15 @@ jobs:
env:
GH_TOKEN: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.76.0
- uses: taiga-family/ci/actions/setup/checkout@v1.77.0
with:
fetch-depth: 0
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/node@v1.76.0
- uses: taiga-family/ci/actions/setup/config/git@v1.76.0
- uses: taiga-family/ci/actions/setup/node@v1.77.0
- uses: taiga-family/ci/actions/setup/config/git@v1.77.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup/config/npm@v1.76.0
- uses: taiga-family/ci/actions/setup/config/npm@v1.77.0
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

Expand Down

0 comments on commit d1e295f

Please sign in to comment.