-
Notifications
You must be signed in to change notification settings - Fork 471
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.45.0 (#6205)
- Loading branch information
1 parent
0ea9dea
commit c686771
Showing
20 changed files
with
74 additions
and
74 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
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
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,8 +8,8 @@ jobs: | |
name: PR author as an assignee | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.45.0 | ||
- uses: toshimaru/[email protected] | ||
if: env.IS_OWNER_MODE == 'true' | ||
with: | ||
|
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
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
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
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
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
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
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
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
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
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
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 |
---|---|---|
|
@@ -13,13 +13,13 @@ jobs: | |
name: Build demo | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
with: | ||
fetch-depth: 10 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.44.7 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.45.0 | ||
- uses: taiga-family/ci/actions/run/rebase@v1.45.0 | ||
continue-on-error: true | ||
- uses: taiga-family/ci/actions/setup/node@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/node@v1.45.0 | ||
|
||
- name: Building demo-app of git-branch without cache | ||
run: npx nx build demo -c next --output-path ${{ env.DIST }} --base-href='/' | ||
|
@@ -40,9 +40,9 @@ jobs: | |
project: [addon-doc, core, deep, kit] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/node@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.45.0 | ||
|
||
- name: Download cache / ${{ env.CACHE_DIST_KEY }} | ||
uses: actions/cache/[email protected] | ||
|
@@ -100,9 +100,9 @@ jobs: | |
shard: [1, 2, 3, 4] | ||
name: playwright / (${{ matrix.shard }} of 4) | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/node@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.45.0 | ||
|
||
- name: Install Playwright Browsers | ||
run: npx playwright install --with-deps chromium | ||
|
@@ -170,8 +170,8 @@ jobs: | |
needs: [cypress, playwright] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/variables@v1.45.0 | ||
|
||
- name: Download artifacts / ${{ env.CYPRESS_SNAPSHOTS_ARTIFACTS_KEY }} | ||
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
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
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
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
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 |
---|---|---|
|
@@ -28,8 +28,8 @@ jobs: | |
] | ||
name: ${{ matrix.project }} | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/node@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: taiga-family/ci/actions/setup/node@v1.45.0 | ||
|
||
- name: Run tests for ${{ matrix.project }} | ||
run: npx nx test ${{ matrix.project }} | ||
|
@@ -45,7 +45,7 @@ jobs: | |
needs: [test] | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.44.7 | ||
- uses: taiga-family/ci/actions/setup/checkout@v1.45.0 | ||
- uses: actions/[email protected] | ||
with: | ||
name: coverage-${{ github.workflow }}-${{ github.run_id }} | ||
|
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