Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

chore(deps): update taiga-family/ci action to v1.87.0 #1458

Merged
merged 1 commit into from
Sep 25, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/build-demo.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.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- run: npx nx prerender editor-demo

concurrency:
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/build.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.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- run: npx nx build editor

concurrency:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy-gh-pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0

- run: npx nx prerender editor-demo -c github

- uses: taiga-family/ci/actions/deploy/github-pages@v1.85.0
- uses: taiga-family/ci/actions/deploy/github-pages@v1.87.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/demo/browser
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/deploy-preview.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- run: npx nx build editor-demo
- name: Deploy preview
uses: FirebaseExtended/action-hosting-deploy@v0
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/playwright@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- uses: taiga-family/ci/actions/setup/playwright@v1.87.0
- run: npx nx prerender editor-demo
- uses: taiga-family/ci/actions/run/serve@v1.85.0
- uses: taiga-family/ci/actions/run/serve@v1.87.0
with:
port: ${{ env.NG_SERVER_PORT }}
directory: ${{ env.DIST }}
Expand All @@ -22,12 +22,12 @@ jobs:

- run: npx nx e2e editor-demo-playwright -- --update-snapshots

- uses: taiga-family/ci/actions/run/clone@v1.85.0
- uses: taiga-family/ci/actions/run/clone@v1.87.0
with:
branch: snapshots/demo/next/${{ github.base_ref }}
destination: ${{ env.DIST_NEXT }}

- uses: taiga-family/ci/actions/run/serve@v1.85.0
- uses: taiga-family/ci/actions/run/serve@v1.87.0
with:
port: ${{ env.NG_SERVER_PORT }}
directory: ${{ env.DIST_NEXT }}
Expand Down
6 changes: 3 additions & 3 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.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- run: |
if [[ "${{ env.SUPPORT_AUTO_PUSH }}" == "true" ]]; then
npm run stylelint -- --fix
Expand All @@ -23,7 +23,7 @@ jobs:
npm run prettier -- --check
npm run lint
fi
- uses: taiga-family/ci/actions/auto/push@v1.85.0
- uses: taiga-family/ci/actions/auto/push@v1.87.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
matrix: ${{ steps.matrix.outputs.value }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- id: matrix
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true'
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT
Expand All @@ -27,7 +27,7 @@ jobs:
matrix:
value: ${{ fromJSON(needs.setup.outputs.matrix) }}
steps:
- uses: taiga-family/ci/actions/run/wait-job@v1.85.0
- uses: taiga-family/ci/actions/run/wait-job@v1.87.0
with:
token: ${{ secrets.GITHUB_TOKEN }}
job: ${{ matrix.value }}
Expand All @@ -36,11 +36,11 @@ jobs:
needs: [wait]
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/auto/approve/double@v1.85.0
- uses: taiga-family/ci/actions/auto/approve/double@v1.87.0
with:
token1: ${{ secrets.GITHUB_TOKEN }}
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }}
- uses: taiga-family/ci/actions/run/merge@v1.85.0
- uses: taiga-family/ci/actions/run/merge@v1.87.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

Expand All @@ -50,8 +50,8 @@ jobs:
if: github.event.review.state == 'APPROVED'
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.87.0
with:
approvals: 1
token: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -61,7 +61,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: toshimaru/[email protected]
if: env.IS_OWNER_MODE == 'true'
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,20 +18,20 @@ jobs:
if: "!contains(github.event.head_commit.message, 'chore(release)')"
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/run/release-it@v1.85.0
- uses: taiga-family/ci/actions/run/release-it@v1.87.0
with:
ref: ${{ github.ref }}
mode: ${{ github.event.inputs.mode }}
npmToken: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}

- uses: taiga-family/ci/actions/run/read-package-json@v1.85.0
- uses: taiga-family/ci/actions/run/read-package-json@v1.87.0
id: info
with:
path: ./projects/editor/package.json

- name: Announce to Telegram
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.85.0
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.87.0
with:
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }}
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/snapshots.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/setup/variables@v1.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0

- run: npx nx build editor-demo
- run: tree ${{ env.DIST }} -P '*.html'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/test.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.85.0
- uses: taiga-family/ci/actions/setup/node@v1.85.0
- uses: taiga-family/ci/actions/setup/variables@v1.87.0
- uses: taiga-family/ci/actions/setup/node@v1.87.0
- run: npx nx test editor --nxBail
- uses: codecov/[email protected]
with:
Expand Down
Loading