Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 6, 2025
1 parent d92ee5b commit 57f37d5
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_package: 'false'
4 changes: 2 additions & 2 deletions template/.github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.1.1
- uses: cvxgrp/.github/actions/test@v2.2.1
with:
tests-folder: src/tests

0 comments on commit 57f37d5

Please sign in to comment.