From 5a45d3cf752f6e284bc3c83a63f2c1e7a5d95ca6 Mon Sep 17 00:00:00 2001 From: null Date: Mon, 4 Sep 2023 13:14:30 +0000 Subject: [PATCH] chore(deps): update actions/checkout action to v4 --- .github/workflows/auto-approve.yml | 2 +- .github/workflows/auto-author-assign.yml | 2 +- .github/workflows/auto-cleanup-caches.yml | 2 +- .github/workflows/auto-dependency-review.yml | 2 +- .github/workflows/auto-remove-label.yml | 2 +- .github/workflows/auto-sync-labels.yml | 2 +- .github/workflows/lint.yml | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-approve.yml b/.github/workflows/auto-approve.yml index d2670dc..fb01622 100644 --- a/.github/workflows/auto-approve.yml +++ b/.github/workflows/auto-approve.yml @@ -7,7 +7,7 @@ jobs: permissions: pull-requests: write steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: taiga-family/ci/actions/variables@1.12.0 - uses: taiga-family/ci/actions/two-approve@1.12.0 if: env.TAIGA_FAMILY_BOT_IS_AUTHOR == 'true' diff --git a/.github/workflows/auto-author-assign.yml b/.github/workflows/auto-author-assign.yml index a3d49b3..a3e0330 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@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: taiga-family/ci/actions/variables@1.12.0 - name: Auto assign diff --git a/.github/workflows/auto-cleanup-caches.yml b/.github/workflows/auto-cleanup-caches.yml index 451444a..42833ca 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@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: taiga-family/ci/actions/cleanup-cache@1.12.0 if: github.event_name == 'push' with: diff --git a/.github/workflows/auto-dependency-review.yml b/.github/workflows/auto-dependency-review.yml index 27dc733..d70ac09 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@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: taiga-family/ci/actions/dependency-review@1.12.0 diff --git a/.github/workflows/auto-remove-label.yml b/.github/workflows/auto-remove-label.yml index abe5361..1c17912 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@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: taiga-family/ci/actions/auto-remove-label@1.12.0 diff --git a/.github/workflows/auto-sync-labels.yml b/.github/workflows/auto-sync-labels.yml index f3b3727..0aac68d 100644 --- a/.github/workflows/auto-sync-labels.yml +++ b/.github/workflows/auto-sync-labels.yml @@ -12,7 +12,7 @@ jobs: build: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - uses: micnncim/action-label-syncer@v1.3.0 with: manifest: .github/labels.yml diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index f43cf1c..fe548bd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -9,7 +9,7 @@ jobs: lint: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3.6.0 + - uses: actions/checkout@v4.0.0 - name: Setup global variables uses: taiga-family/ci/actions/variables@1.12.0 - name: Setup Node.js and Cache