-
Notifications
You must be signed in to change notification settings - Fork 43
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore(deps): update taiga-family/ci action to v1.93.0 (#928)
- Loading branch information
1 parent
357438a
commit 8899299
Showing
7 changed files
with
17 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,7 +8,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- uses: toshimaru/[email protected] | ||
continue-on-error: true | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,7 +12,7 @@ jobs: | |
matrix: ${{ steps.matrix.outputs.value }} | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- id: matrix | ||
run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT | ||
|
||
|
@@ -24,7 +24,7 @@ jobs: | |
matrix: | ||
value: ${{ fromJSON(needs.setup.outputs.matrix) }} | ||
steps: | ||
- uses: taiga-family/ci/actions/run/wait-job@v1.92.0 | ||
- uses: taiga-family/ci/actions/run/wait-job@v1.93.0 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
job: ${{ matrix.value }} | ||
|
@@ -34,13 +34,13 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- uses: taiga-family/ci/actions/auto/approve/double@v1.93.0 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
with: | ||
token1: ${{ secrets.GITHUB_TOKEN }} | ||
token2: ${{ secrets.TAIGA_FAMILY_APPROVE_BOT_PAT }} | ||
- uses: taiga-family/ci/actions/run/merge@v1.92.0 | ||
- uses: taiga-family/ci/actions/run/merge@v1.93.0 | ||
if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,8 +12,8 @@ jobs: | |
- uses: actions/[email protected] | ||
with: | ||
persist-credentials: false | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.93.0 | ||
- run: npm run typecheck | ||
- run: npx nx run-many -t build --exclude demo | ||
- run: npx nx run-many -t test | ||
|
@@ -29,7 +29,7 @@ jobs: | |
npm run prettier -- --check | ||
npm run lint | ||
fi | ||
- uses: taiga-family/ci/actions/auto/push@v1.92.0 | ||
- uses: taiga-family/ci/actions/auto/push@v1.93.0 | ||
with: | ||
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -6,8 +6,8 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.93.0 | ||
- run: npx nx build demo | ||
|
||
- uses: FirebaseExtended/action-hosting-deploy@v0 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,7 +9,7 @@ jobs: | |
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/node@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.93.0 | ||
- run: npx nx build-gh-pages demo | ||
- name: Deploy | ||
uses: JamesIves/[email protected] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -10,8 +10,8 @@ jobs: | |
if: github.event.review.state == 'approved' | ||
steps: | ||
- uses: actions/[email protected] | ||
- uses: taiga-family/ci/actions/setup/variables@v1.92.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.92.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.93.0 | ||
- uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.0 | ||
with: | ||
approvals: 1 | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,20 +19,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.92.0 | ||
- uses: taiga-family/ci/actions/run/release-it@v1.93.0 | ||
id: release-it | ||
with: | ||
ref: ${{ github.ref }} | ||
mode: ${{ github.event.inputs.mode }} | ||
npmToken: ${{ secrets.NPM_TOKEN }} | ||
githubToken: ${{ secrets.TAIGA_FAMILY_BOT_PAT }} | ||
|
||
- uses: taiga-family/ci/actions/run/read-package-json@v1.92.0 | ||
- uses: taiga-family/ci/actions/run/read-package-json@v1.93.0 | ||
id: info | ||
|
||
- name: Announce to Telegram | ||
if: steps.release-it.outputs.released == 'true' | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.92.0 | ||
uses: taiga-family/ci/actions/messenger/telegram/announce@v1.93.0 | ||
with: | ||
chatId: ${{ secrets.TAIGA_TELEGRAM_CHAT_ID }} | ||
topicId: ${{ secrets.TAIGA_TELEGRAM_CHAT_THREAD_ID }} | ||
|