Skip to content

Commit d76465b

Browse files
Update cvxgrp/.github action to v2.2.7 (#189)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent c4b563f commit d76465b

File tree

3 files changed

+15
-15
lines changed

3 files changed

+15
-15
lines changed

workflow-templates/book.yml

+11-11
Original file line numberDiff line numberDiff line change
@@ -9,19 +9,19 @@ jobs:
99
runs-on: "ubuntu-latest"
1010
steps:
1111
- name: "Build the virtual environment for ${{ github.repository }}"
12-
uses: cvxgrp/.github/actions/[email protected].6
12+
uses: cvxgrp/.github/actions/[email protected].7
1313

14-
- uses: cvxgrp/.github/actions/[email protected].6
14+
- uses: cvxgrp/.github/actions/[email protected].7
1515
with:
1616
source-folder: 'src/cvx'
1717

1818
test:
1919
runs-on: "ubuntu-latest"
2020
steps:
2121
- name: "Build the virtual environment for ${{ github.repository }}"
22-
uses: cvxgrp/.github/actions/[email protected].6
22+
uses: cvxgrp/.github/actions/[email protected].7
2323

24-
- uses: cvxgrp/.github/actions/[email protected].6
24+
- uses: cvxgrp/.github/actions/[email protected].7
2525
with:
2626
source-folder: 'src/cvx'
2727
tests-folder: 'src/tests'
@@ -30,29 +30,29 @@ jobs:
3030
runs-on: "ubuntu-latest"
3131
steps:
3232
- name: "Build the virtual environment for ${{ github.repository }}"
33-
uses: cvxgrp/.github/actions/[email protected].6
33+
uses: cvxgrp/.github/actions/[email protected].7
3434

35-
- uses: cvxgrp/.github/actions/[email protected].6
35+
- uses: cvxgrp/.github/actions/[email protected].7
3636
with:
3737
source-folder: 'src/cvx'
3838

3939
marimo:
4040
runs-on: "ubuntu-latest"
4141
steps:
4242
- name: "Build the virtual environment for ${{ github.repository }}"
43-
uses: cvxgrp/.github/actions/[email protected].6
43+
uses: cvxgrp/.github/actions/[email protected].7
4444

45-
- uses: cvxgrp/.github/actions/[email protected].6
45+
- uses: cvxgrp/.github/actions/[email protected].7
4646
with:
4747
source-folder: 'book/marimo'
4848

4949
jupyter:
5050
runs-on: "ubuntu-latest"
5151
steps:
5252
- name: "Build the virtual environment for ${{ github.repository }}"
53-
uses: cvxgrp/.github/actions/[email protected].6
53+
uses: cvxgrp/.github/actions/[email protected].7
5454

55-
- uses: cvxgrp/.github/actions/[email protected].6
55+
- uses: cvxgrp/.github/actions/[email protected].7
5656

5757
book:
5858
runs-on: "ubuntu-latest"
@@ -62,4 +62,4 @@ jobs:
6262
contents: write
6363

6464
steps:
65-
- uses: cvxgrp/.github/actions/[email protected].6
65+
- uses: cvxgrp/.github/actions/[email protected].7

workflow-templates/pre-commit.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -9,13 +9,13 @@ jobs:
99

1010
steps:
1111
- name: "Build the virtual environment for ${{ github.repository }}"
12-
uses: cvxgrp/.github/actions/[email protected].6
12+
uses: cvxgrp/.github/actions/[email protected].7
1313

14-
- uses: cvxgrp/.github/actions/[email protected].6
14+
- uses: cvxgrp/.github/actions/[email protected].7
1515
with:
1616
source-folder: 'src/cvx'
1717

1818
pre-commit:
1919
runs-on: ubuntu-latest
2020
steps:
21-
- uses: cvxgrp/.github/actions/[email protected].6
21+
- uses: cvxgrp/.github/actions/[email protected].7

workflow-templates/test.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
# Steps represent a sequence of tasks that will be executed as part of the job
1717
steps:
1818
- name: "Build the virtual environment for ${{ github.repository }}"
19-
uses: cvxgrp/.github/actions/[email protected].6
19+
uses: cvxgrp/.github/actions/[email protected].7
2020
with:
2121
python-version: ${{ matrix.python-version }}
2222

0 commit comments

Comments
 (0)