From f3977088c7269d32c15dea49060e5072576173c9 Mon Sep 17 00:00:00 2001 From: Josh Meyers Date: Mon, 5 Feb 2024 12:07:34 -0800 Subject: [PATCH] Bump CI.yaml too --- .github/workflows/ci.yml | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6dd504ca..8d5cd75e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,9 +33,6 @@ jobs: CXX: clang++ steps: - uses: actions/checkout@v3 - with: - submodules: recursive - fetch-depth: 2 - name: Print github context properties run: | @@ -48,7 +45,7 @@ jobs: echo 'event.after: ${{ github.event.after }}' - name: Set up Python ${{ matrix.py }} - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: ${{ matrix.py }}