From 4b3c51cee0d5e6b0b9ad71df66a7ce0bac491a02 Mon Sep 17 00:00:00 2001 From: Dirk Stolle Date: Tue, 30 Aug 2022 21:41:32 +0200 Subject: [PATCH] update actions/checkout in GitHub Actions to v3 --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index c96e65c..464dfcb 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -18,7 +18,7 @@ jobs: steps: - name: Checkout - uses: actions/checkout@v2 + uses: actions/checkout@v3 - name: Install Dependencies (macOS) if: matrix.config.os == 'macos-latest'