Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.83.0 (#788)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 22, 2024
1 parent 77b80b9 commit c096328
Show file tree
Hide file tree
Showing 4 changed files with 17 additions and 17 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
ci:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.80.0
- uses: taiga-family/ci/actions/setup/node@v1.80.0
- uses: taiga-family/ci/actions/setup/checkout@v1.83.0
- uses: taiga-family/ci/actions/setup/node@v1.83.0

- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
Expand All @@ -25,7 +25,7 @@ jobs:
- run: npx nx run-many -t build --all
- run: npx nx run-many -t test --all
- uses: codecov/codecov-action@v4
- uses: taiga-family/ci/actions/auto/push@v1.80.0
- uses: taiga-family/ci/actions/auto/push@v1.83.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,11 @@ jobs:
deploy:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.80.0
- uses: taiga-family/ci/actions/setup/variables@v1.80.0
- uses: taiga-family/ci/actions/setup/node@v1.80.0
- uses: taiga-family/ci/actions/setup/checkout@v1.83.0
- uses: taiga-family/ci/actions/setup/variables@v1.83.0
- uses: taiga-family/ci/actions/setup/node@v1.83.0
- run: npx nx run demo:build-gh-pages
- uses: taiga-family/ci/actions/deploy/github-pages@v1.80.0
- uses: taiga-family/ci/actions/deploy/github-pages@v1.83.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/apps/demo
Expand Down
16 changes: 8 additions & 8 deletions .github/workflows/pr.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.80.0
- uses: taiga-family/ci/actions/setup/variables@v1.80.0
- uses: taiga-family/ci/actions/setup/checkout@v1.83.0
- uses: taiga-family/ci/actions/setup/variables@v1.83.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.80.0
- uses: taiga-family/ci/actions/run/wait-job@v1.83.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.80.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.83.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/merge@v1.80.0
- uses: taiga-family/ci/actions/run/merge@v1.83.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand All @@ -46,8 +46,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.80.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.80.0
- uses: taiga-family/ci/actions/setup/variables@v1.83.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.83.0
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -57,7 +57,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.80.0
- uses: taiga-family/ci/actions/setup/variables@v1.83.0
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,8 @@ jobs:
runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: taiga-family/ci/actions/setup/checkout@v1.80.0
- uses: taiga-family/ci/actions/run/release-it@v1.80.0
- uses: taiga-family/ci/actions/setup/checkout@v1.83.0
- uses: taiga-family/ci/actions/run/release-it@v1.83.0
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
Expand Down

0 comments on commit c096328

Please sign in to comment.