From cd4c5e9ae04d34163d7e9e71eff3edfaf5ea5815 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 4 Nov 2024 12:17:36 +0100 Subject: [PATCH] sweep: #768 Non deprecated Action --- .github/workflows/codestyle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codestyle.yml b/.github/workflows/codestyle.yml index 6973d734..22abb673 100644 --- a/.github/workflows/codestyle.yml +++ b/.github/workflows/codestyle.yml @@ -37,7 +37,7 @@ jobs: [ ! -d "DIRAC" ] && cp -r .DIRAC/src/DIRAC DIRAC - name: Prepare environment with Micromamba - uses: mamba-org/provision-with-micromamba@main + uses: mamba-org/setup-micromamba@v2 with: environment-file: .DIRAC/environment.yml