diff --git a/.github/workflows/commit_checks.yaml b/.github/workflows/commit_checks.yaml index 103a1d9..e2b6974 100644 --- a/.github/workflows/commit_checks.yaml +++ b/.github/workflows/commit_checks.yaml @@ -40,7 +40,7 @@ jobs: with: fetch-depth: 0 # Get full history with tags (required for setuptools-scm) - name: Set up Python ${{ matrix.python-version }} - uses: conda-incubator/setup-miniconda@fc2d68f6413eb2d87b895e92f8584b5b94a10167 # v3.3.0 + uses: conda-incubator/setup-miniconda@8ee1f361103df19b6f8c8655fd3967a8ecb162d5 # v4.0.1 with: python-version: ${{ matrix.python-version }} channels: defaults