Skip to content

Commit

Permalink
chore: update taiga-family/ci action to v1.93.3 (#76)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Oct 15, 2024
1 parent 89bafca commit 958df02
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/setup/[email protected].3
- run: npx ng build
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
Expand All @@ -23,7 +23,7 @@ jobs:
npx prettier '**/*.*' --check
npx eslint .
fi
- uses: taiga-family/ci/actions/auto/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].3
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
20 changes: 10 additions & 10 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -28,7 +28,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/[email protected].2
- uses: taiga-family/ci/actions/run/[email protected].3
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -39,13 +39,13 @@ jobs:
permissions: write-all
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/approve/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/auto/approve/[email protected].3
continue-on-error: true
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/[email protected].2
- uses: taiga-family/ci/actions/run/[email protected].3
continue-on-error: true
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
Expand All @@ -57,8 +57,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/auto/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/auto/[email protected].3
continue-on-error: true
with:
approvals: 1
Expand All @@ -69,7 +69,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: toshimaru/[email protected]
continue-on-error: true
with:
Expand All @@ -79,8 +79,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/[email protected].2
- uses: taiga-family/ci/actions/run/[email protected].2
- uses: taiga-family/ci/actions/setup/[email protected].3
- uses: taiga-family/ci/actions/run/[email protected].3
id: nodejs-workspace
- uses: actions-ecosystem/action-add-labels@v1
continue-on-error: true
Expand Down

0 comments on commit 958df02

Please sign in to comment.