From 94c584fb2b2eff3395b55b6fa1cc4327c777666c Mon Sep 17 00:00:00 2001 From: Jason Rudolph Date: Wed, 24 Jul 2024 20:31:44 -0400 Subject: [PATCH] =?UTF-8?q?=F0=9F=9A=A7=20Bump=20actions/checkout=20to=20v?= =?UTF-8?q?4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bff0cdc..9c1b52d 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -9,7 +9,7 @@ jobs: steps: - name: Checkout repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install Homebrew run: NONINTERACTIVE=1 /bin/bash -c "$(curl -fsSL https://raw.githubusercontent.com/Homebrew/install/HEAD/install.sh)"