From b3e118c8ebfd4b7d9b8b415440853d12a12edfee Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 6 Feb 2025 19:10:00 +0400 Subject: [PATCH] Update pre-commit.yml --- .github/workflows/pre-commit.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index c4d34fd..bf43aaa 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build the virtual environment for ${{ github.repository }}" - uses: cvxgrp/.github/actions/uv/environment@v2.2.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - uses: cvxgrp/.github/actions/deptry@v2.2.1