Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.12.1
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot committed Sep 8, 2023
1 parent 5522e8e commit d65bd49
Show file tree
Hide file tree
Showing 15 changed files with 32 additions and 32 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/auto-add-to-project.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,6 @@ jobs:
automate-project-columns:
runs-on: ubuntu-latest
steps:
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
4 changes: 2 additions & 2 deletions .github/workflows/auto-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@ jobs:
pull-requests: write
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true'
with:
token1: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/auto-author-assign.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1

- name: Auto assign
if: env.IS_OWNER_MODE == 'true'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/auto-cleanup-caches.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,11 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
if: github.event_name == 'pull_request'
with:
branch-name: refs/pull/${{ github.event.pull_request.number }}/merge
2 changes: 1 addition & 1 deletion .github/workflows/auto-dependency-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
2 changes: 1 addition & 1 deletion .github/workflows/auto-remove-label.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,4 +8,4 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
4 changes: 2 additions & 2 deletions .github/workflows/build-demo.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/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Build demo
run: npm run build
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:
name: Build libs
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Build library
run: npx nx build tui-editor
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/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- run: npx nx build demo

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,13 +8,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Build demo for Github Pages
run: npx nx build-gh-pages demo

- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
folder: dist/demo/browser
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
continue-on-error: true
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1

- name: Building demo-app of git-branch without cache
run: npx nx build demo --output-path ${{ env.DIST }}
Expand All @@ -31,8 +31,8 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Download cache / ${{ env.CACHE_DIST_KEY }}
uses: actions/cache/[email protected]
Expand Down Expand Up @@ -81,7 +81,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/[email protected]
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1

- name: Download artifacts / ${{ env.SNAPSHOTS_CACHE_KEY }}
continue-on-error: true
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/lint.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/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Lint check
run: |
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,11 +29,11 @@ jobs:
persist-credentials: false
ref: ${{ github.head_ref }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
with:
token: ${{ secrets.NPM_TOKEN }}

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/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- run: npx nx build 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/[email protected].0
- uses: taiga-family/ci/actions/[email protected].0
- uses: taiga-family/ci/actions/[email protected].1
- uses: taiga-family/ci/actions/[email protected].1

- name: Run tests
run: npx nx test tui-editor
Expand Down

0 comments on commit d65bd49

Please sign in to comment.