From 04166194ac4475e88bbf387576b2fc8a15f613b5 Mon Sep 17 00:00:00 2001 From: Tim Hutton Date: Mon, 12 Feb 2024 23:09:06 +0000 Subject: [PATCH] actions/checkout@v4 on macOS --- .github/workflows/build_macos.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_macos.yml b/.github/workflows/build_macos.yml index 3aa8c54d..b1389fc9 100644 --- a/.github/workflows/build_macos.yml +++ b/.github/workflows/build_macos.yml @@ -20,7 +20,7 @@ jobs: steps: - name: git clone - uses: actions/checkout@v3 + uses: actions/checkout@v4 - name: Install dependencies run: |