From e6d3d6af04c18566b5b847b5258c9c8be4e60a0a Mon Sep 17 00:00:00 2001 From: Adrienne Stilp Date: Thu, 7 Nov 2024 12:17:40 -0800 Subject: [PATCH] Use new release of pip-tools-actions Same as before, just a new tag. --- .github/workflows/pip-compile.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pip-compile.yml b/.github/workflows/pip-compile.yml index 3e2037f3..72bd62a0 100644 --- a/.github/workflows/pip-compile.yml +++ b/.github/workflows/pip-compile.yml @@ -23,7 +23,7 @@ jobs: python-version: "3.10" - name: Update requirements files - uses: UW-GAC/pip-tools-actions/update-requirements-files@feature/remove-pip-upgrade + uses: UW-GAC/pip-tools-actions/update-requirements-files@v0.2 with: requirements_files: |- requirements/requirements.in