Skip to content

Commit

Permalink
Update cvxgrp/.github action to v2.2.5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Feb 24, 2025
1 parent 6a179b5 commit 1ae0d5d
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 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.4
- uses: cvxgrp/.github/actions/pre-commit@v2.2.5
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.4
uses: cvxgrp/.github/actions/environment@v2.2.5
with:
python-version: ${{ matrix.python-version }}

- uses: cvxgrp/.github/actions/test@v2.2.4
- uses: cvxgrp/.github/actions/test@v2.2.5
with:
tests-folder: tests
4 changes: 2 additions & 2 deletions template/.github/workflows/marimo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@ jobs:

steps:
- name: "Build the virtual environment for ${{ github.repository }}"
uses: cvxgrp/.github/actions/environment@v2.2.4
uses: cvxgrp/.github/actions/environment@v2.2.5

- uses: cvxgrp/.github/actions/marimo@v2.2.4
- uses: cvxgrp/.github/actions/marimo@v2.2.5
with:
source_folder: 'notebooks'
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.2.4
- uses: cvxgrp/.github/actions/pre-commit@v2.2.5
2 changes: 1 addition & 1 deletion template/.github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:

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

0 comments on commit 1ae0d5d

Please sign in to comment.