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