From 9de02fc8cee696893efd772b57f0c9826a3f6c62 Mon Sep 17 00:00:00 2001 From: splincode Date: Thu, 26 Sep 2024 00:37:57 +0300 Subject: [PATCH] chore: update --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-cleanup-caches.yml | 2 +- .github/workflows/auto-dependency-review.yml | 2 +- .github/workflows/auto-label.yml | 2 +- .github/workflows/bundle-size-tracking.yml | 2 +- .github/workflows/ci.yml | 2 +- .github/workflows/deploy-preview.yml | 2 +- .github/workflows/deploy.yml | 2 +- 8 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index fb1f62a6..7691629d 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -10,7 +10,7 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - id: matrix if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index f6b9b7af..41a2f931 100644 --- a/.github/workflows/auto-cleanup-caches.yml +++ b/.github/workflows/auto-cleanup-caches.yml @@ -12,7 +12,7 @@ jobs: env: GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.85.0 if: github.event_name == 'push' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 9a8facec..3df7f25e 100644 --- a/.github/workflows/auto-dependency-review.yml +++ b/.github/workflows/auto-dependency-review.yml @@ -8,5 +8,5 @@ jobs: dependency-review: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/security/dependency-review@v1.85.0 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index df2649c8..3b56b624 100644 --- a/.github/workflows/auto-label.yml +++ b/.github/workflows/auto-label.yml @@ -6,7 +6,7 @@ jobs: name: Label when approved runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/auto/label-when-approved@v1.85.0 with: diff --git a/.github/workflows/bundle-size-tracking.yml b/.github/workflows/bundle-size-tracking.yml index e5fea2de..a12ef2f6 100644 --- a/.github/workflows/bundle-size-tracking.yml +++ b/.github/workflows/bundle-size-tracking.yml @@ -8,7 +8,7 @@ jobs: tracking: runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/setup/node@v1.85.0 - run: npx nx build demo diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 261706db..0b44f639 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: name: Build runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/setup/node@v1.85.0 - run: npx nx build demo diff --git a/.github/workflows/deploy-preview.yml b/.github/workflows/deploy-preview.yml index 3a65a349..a6ac2a98 100644 --- a/.github/workflows/deploy-preview.yml +++ b/.github/workflows/deploy-preview.yml @@ -7,7 +7,7 @@ jobs: name: Firebase runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/setup/node@v1.85.0 - run: npx nx build demo diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index d2777ba9..47cd8d81 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,7 +8,7 @@ jobs: name: Deploy runs-on: ubuntu-latest steps: - - uses: taiga-family/ci/actions/setup/checkout@v1.85.0 + - uses: actions/checkout@v4.1.7 - uses: taiga-family/ci/actions/setup/variables@v1.85.0 - uses: taiga-family/ci/actions/setup/node@v1.85.0 - run: npx nx build demo --base-href /preview-landing-components/