From b539885e8d94deb6b44086868f2803f8cff88b15 Mon Sep 17 00:00:00 2001 From: John Truckenbrodt Date: Wed, 3 Jul 2024 16:30:45 +0200 Subject: [PATCH] [cicd] conda build revert to actions/checkout@v3 --- .github/workflows/python-package-conda.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-package-conda.yml b/.github/workflows/python-package-conda.yml index 29d7118..5719db6 100644 --- a/.github/workflows/python-package-conda.yml +++ b/.github/workflows/python-package-conda.yml @@ -6,7 +6,7 @@ jobs: linux: runs-on: "ubuntu-latest" steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v3 - uses: conda-incubator/setup-miniconda@v3 with: miniconda-version: "latest"