diff --git a/.github/workflows/pre-commit.yml b/.github/workflows/pre-commit.yml index 11044a1..fee8719 100644 --- a/.github/workflows/pre-commit.yml +++ b/.github/workflows/pre-commit.yml @@ -10,4 +10,4 @@ jobs: pre-commit: runs-on: ubuntu-latest steps: - - uses: cvxgrp/.github/actions/pre-commit@v2.1.1 + - uses: cvxgrp/.github/actions/pre-commit@v2.2.0 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c68cefa..f2683ae 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -16,7 +16,7 @@ jobs: github.ref == 'refs/heads/main' }} # Ensure CI passed and we are on main branch steps: - name: Generate Tag - uses: cvxgrp/.github/actions/tag@v2.1.1 + uses: cvxgrp/.github/actions/tag@v2.2.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} build_package: 'false' diff --git a/template/.github/workflows/ci.yml b/template/.github/workflows/ci.yml index 28db6ea..c82bab9 100644 --- a/template/.github/workflows/ci.yml +++ b/template/.github/workflows/ci.yml @@ -16,10 +16,10 @@ jobs: # Steps represent a sequence of tasks that will be executed as part of the job steps: - name: "Build the virtual environment" - uses: cvxgrp/.github/actions/uv/environment@v2.1.1 + uses: cvxgrp/.github/actions/uv/environment@v2.2.0 with: python-version: ${{ matrix.python-version }} - - uses: cvxgrp/.github/actions/test@v2.1.1 + - uses: cvxgrp/.github/actions/test@v2.2.0 with: tests-folder: src/tests