Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.1.1 (#48)
Browse files Browse the repository at this point in the history
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] authored Feb 3, 2025
1 parent 7e331d8 commit de08261
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.0
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.1.0
uses: cvxgrp/.github/actions/tag@v2.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_package: 'false'
2 changes: 1 addition & 1 deletion template/.github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,4 +10,4 @@ jobs:
pre-commit:
runs-on: ubuntu-latest
steps:
- uses: cvxgrp/.github/actions/pre-commit@v2.1.0
- uses: cvxgrp/.github/actions/pre-commit@v2.1.1
2 changes: 1 addition & 1 deletion template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
uses: actions/checkout@v4

- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.1.0
uses: cvxgrp/.github/actions/tag@v2.1.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
build_package: 'false'

0 comments on commit de08261

Please sign in to comment.