Skip to content

Commit

Permalink
chore(deps): update taiga-family/ci action to v1.13.0 (#53)
Browse files Browse the repository at this point in the history
  • Loading branch information
taiga-family-bot authored Sep 20, 2023
1 parent 1366b6a commit 692f729
Show file tree
Hide file tree
Showing 8 changed files with 12 additions and 12 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/setup-project@1.12.4
- uses: taiga-family/ci/actions/setup-project@1.13.0
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/variables@1.12.4
- uses: taiga-family/ci/actions/two-approve@1.12.4
- uses: taiga-family/ci/actions/variables@1.13.0
- uses: taiga-family/ci/actions/two-approve@1.13.0
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/variables@1.12.4
- uses: taiga-family/ci/actions/variables@1.13.0

- 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/cleanup-cache@1.12.4
- uses: taiga-family/ci/actions/cleanup-cache@1.13.0
if: github.event_name == 'push'
with:
branch-name: ${{ github.head_ref || github.ref_name }}
- uses: taiga-family/ci/actions/cleanup-cache@1.12.4
- uses: taiga-family/ci/actions/cleanup-cache@1.13.0
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/dependency-review@1.12.4
- uses: taiga-family/ci/actions/dependency-review@1.13.0
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/auto-remove-label@1.12.4
- uses: taiga-family/ci/actions/auto-remove-label@1.13.0
2 changes: 1 addition & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
- uses: actions/[email protected]
with:
fetch-depth: 0
- uses: taiga-family/ci/actions/setup-node@1.12.4
- uses: taiga-family/ci/actions/setup-node@1.13.0

- name: prepare integration test
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 @@ -33,11 +33,11 @@ jobs:
persist-credentials: false
ref: ${{ github.head_ref }}
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup-node@1.12.4
- uses: taiga-family/ci/actions/setup-git@1.12.4
- uses: taiga-family/ci/actions/setup-node@1.13.0
- uses: taiga-family/ci/actions/setup-git@1.13.0
with:
token: ${{ secrets.TAIGA_FAMILY_BOT_PAT }}
- uses: taiga-family/ci/actions/setup-npm@1.12.4
- uses: taiga-family/ci/actions/setup-npm@1.13.0
with:
token: ${{ secrets.TAIGA_UI_SCOPE_NPM_TOKEN }}

Expand Down

0 comments on commit 692f729

Please sign in to comment.