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'