Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.3 (#64)
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 7, 2025
1 parent 292d0a0 commit fb12107
Show file tree
Hide file tree
Showing 3 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.2.1
- uses: cvxgrp/.github/actions/pre-commit@v2.2.3
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/environment@v2.2.1
uses: cvxgrp/.github/actions/environment@v2.2.3
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.2.1
- uses: cvxgrp/.github/actions/test@v2.2.3
with:
tests-folder: src/tests
2 changes: 1 addition & 1 deletion template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:

steps:
- name: Generate Tag
uses: cvxgrp/.github/actions/tag@v2.2.1
uses: cvxgrp/.github/actions/tag@v2.2.3
with:
github_token: ${{ secrets.GITHUB_TOKEN }}

Expand Down

0 comments on commit fb12107

Please sign in to comment.