From 644b48e2c388ec56eb79ada8912b1e9efa72d7ca Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Thu, 6 Feb 2025 18:56:14 +0400 Subject: [PATCH] Update pre-commit.yml.jinja (#56) --- template/.github/workflows/pre-commit.yml.jinja | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/template/.github/workflows/pre-commit.yml.jinja b/template/.github/workflows/pre-commit.yml.jinja index b63f772..bfeccaf 100644 --- a/template/.github/workflows/pre-commit.yml.jinja +++ b/template/.github/workflows/pre-commit.yml.jinja @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/environment@v2.2.1 - - uses: cvxgrp/.github/actions/deptry@v2.1.1 + - uses: cvxgrp/.github/actions/deptry@v2.2.1 with: source-folder: src/{{ project_name }} pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/pre-commit@v2.1.1 + - uses: cvxgrp/.github/actions/pre-commit@v2.2.1