From 2f28c34e9fd6dca17190ee433a93374deeac8ac2 Mon Sep 17 00:00:00 2001 From: Casper da Costa-Luis Date: Wed, 30 Oct 2024 05:33:51 +0000 Subject: [PATCH] CI: bump workflow actions --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7308bf0..c71d592 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -19,12 +19,12 @@ jobs: name: Validate Python and C++${{ matrix.cppVersion }} runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@v4 with: {submodules: recursive} - name: strip environment.yml run: | cat environment.yml | grep -v "#.*\<\local\>" > temp-ci-environment.yml - - uses: conda-incubator/setup-miniconda@v2 + - uses: conda-incubator/setup-miniconda@v3 with: activate-environment: yardl environment-file: temp-ci-environment.yml