Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 2, 2025
1 parent d8c8eb3 commit ff79824
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 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/uv/tag@v2.0.17
uses: cvxgrp/.github/actions/uv/tag@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_package: 'false'
2 changes: 1 addition & 1 deletion template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/uv/tag@v2.0.17
uses: cvxgrp/.github/actions/uv/tag@v2.1.0
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit ff79824

Please sign in to comment.