From 24d059b1579fdbb885913f082ebf055570408121 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 30 Jun 2024 07:52:20 +0000 Subject: [PATCH] Update actions/checkout action to v2 --- .github/workflows/mac-universal.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mac-universal.yml b/.github/workflows/mac-universal.yml index 3a5a0175..151f18e5 100644 --- a/.github/workflows/mac-universal.yml +++ b/.github/workflows/mac-universal.yml @@ -11,7 +11,7 @@ jobs: runs-on: macos-latest steps: - name: Checkout codebase - uses: actions/checkout@v4 + uses: actions/checkout@v2 - name: Install development dependencies run: | brew update > /dev/null