From e6673430a656afb7580001aa691b5738eb31a146 Mon Sep 17 00:00:00 2001 From: Federico Stagni Date: Mon, 4 Nov 2024 11:43:00 +0100 Subject: [PATCH] fix: switched to 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 cd4633ce..abdfc8f8 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