From 985678a5edf9c3a30a7cbb611d5b41acad17bf20 Mon Sep 17 00:00:00 2001 From: null Date: Tue, 8 Oct 2024 12:41:59 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4.2.1 --- .github/workflows/assign-author.yml | 2 +- .github/workflows/auto-merge.yml | 4 ++-- .github/workflows/ci.yml | 2 +- .github/workflows/ready-to-merge.yml | 2 +- .github/workflows/release.yml | 2 +- 5 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/assign-author.yml b/.github/workflows/assign-author.yml index 0183c97..f0b2a3d 100644 --- a/.github/workflows/assign-author.yml +++ b/.github/workflows/assign-author.yml @@ -7,7 +7,7 @@ jobs: assign: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - uses: toshimaru/auto-author-assign@v2.1.1 continue-on-error: true diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index da5a631..fcb59d9 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -11,7 +11,7 @@ jobs: outputs: matrix: ${{ steps.matrix.outputs.value }} steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - id: matrix run: echo "value=$JOBS_NAME" >> $GITHUB_OUTPUT @@ -33,7 +33,7 @@ jobs: needs: [wait] runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - uses: taiga-family/ci/actions/auto/approve/double@v1.93.2 if: env.IS_TAIGA_FAMILY_BOT_PR_AUTHOR == 'true' diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4402662..8c66e0f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: ci: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 with: persist-credentials: false - uses: taiga-family/ci/actions/setup/variables@v1.93.2 diff --git a/.github/workflows/ready-to-merge.yml b/.github/workflows/ready-to-merge.yml index a8ca8e3..6e6d285 100644 --- a/.github/workflows/ready-to-merge.yml +++ b/.github/workflows/ready-to-merge.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest if: github.event.review.state == 'approved' steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: taiga-family/ci/actions/setup/variables@v1.93.2 - uses: taiga-family/ci/actions/auto/label-when-approved@v1.93.2 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 47906cc..8f3de89 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -19,7 +19,7 @@ jobs: runs-on: ubuntu-latest if: "!contains(github.event.head_commit.message, 'chore(release)')" steps: - - uses: actions/checkout@v4.2.0 + - uses: actions/checkout@v4.2.1 - uses: taiga-family/ci/actions/run/release-it@v1.93.2 id: release-it with: