From e825e1da16a5e71d3927c862b209e36d11c4c7a3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 19 Oct 2023 10:14:52 +0000 Subject: [PATCH] Update actions/checkout action to v4 --- .github/workflows/ci.yml | 4 ++-- .github/workflows/sync-ci-config.yml | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index e1f0888..3ae6f9e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false @@ -53,7 +53,7 @@ jobs: test-bot: false - name: Check out Pull Request - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0 persist-credentials: false diff --git a/.github/workflows/sync-ci-config.yml b/.github/workflows/sync-ci-config.yml index 07a0dd3..b81e85b 100644 --- a/.github/workflows/sync-ci-config.yml +++ b/.github/workflows/sync-ci-config.yml @@ -14,12 +14,12 @@ jobs: runs-on: ubuntu-latest steps: - name: Clone main repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: persist-credentials: false - name: Clone secondary repository - uses: actions/checkout@v2 + uses: actions/checkout@v4 with: repository: Homebrew/homebrew-cask path: homebrew-cask