From 676c2ef6acff48a16b95b3da6dceebc25d1e6da1 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 17 Oct 2023 18:31:10 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.1.1 --- .github/workflows/auto-author-assign.yml | 2 +- .github/workflows/auto-cleanup-caches.yml | 2 +- .github/workflows/auto-dependency-review.yml | 2 +- .github/workflows/auto-label.yml | 2 +- .github/workflows/auto-remove-label.yml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index 6343db2..bc07db6 100644 --- a/.github/workflows/auto-author-assign.yml +++ b/.github/workflows/auto-author-assign.yml @@ -8,7 +8,7 @@ jobs: name: PR author as an assignee runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: taiga-family/ci/actions/setup/variables@v1.33.3 - uses: toshimaru/auto-author-assign@v2.0.1 if: env.IS_OWNER_MODE == 'true' diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index a460b66..b16e67a 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: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: taiga-family/ci/actions/auto/cleanup-cache@v1.33.3 if: github.event_name == 'push' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index a58fa9b..3560a9e 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: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: taiga-family/ci/actions/security/dependency-review@v1.33.3 diff --git a/.github/workflows/auto-label.yml b/.github/workflows/auto-label.yml index a2de3d8..8bcc2d0 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: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: taiga-family/ci/actions/setup/variables@v1.33.3 - uses: taiga-family/ci/actions/auto/label-when-approved@v1.33.3 with: diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index e36ae91..8246dd5 100644 --- a/.github/workflows/auto-remove-label.yml +++ b/.github/workflows/auto-remove-label.yml @@ -7,5 +7,5 @@ jobs: remove_label: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.1.0 + - uses: actions/checkout@v4.1.1 - uses: taiga-family/ci/actions/auto/remove-label@v1.33.3