Skip to content

Commit 346652c

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

File tree

4 files changed

+15
-15
lines changed

4 files changed

+15
-15
lines changed

Diff for: .github/workflows/book.yml

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

13-
- uses: cvxgrp/.github/actions/[email protected].6
13+
- uses: cvxgrp/.github/actions/[email protected].7
1414

1515
pdoc:
1616
runs-on: "ubuntu-latest"
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

21-
- uses: cvxgrp/.github/actions/[email protected].6
21+
- uses: cvxgrp/.github/actions/[email protected].7
2222
with:
2323
source-folder: 'src/cvx'
2424

2525
test:
2626
runs-on: "ubuntu-latest"
2727
steps:
2828
- name: "Build the virtual environment for ${{ github.repository }}"
29-
uses: cvxgrp/.github/actions/[email protected].6
29+
uses: cvxgrp/.github/actions/[email protected].7
3030

31-
- uses: cvxgrp/.github/actions/[email protected].6
31+
- uses: cvxgrp/.github/actions/[email protected].7
3232
with:
3333
tests-folder: 'src/tests'
3434
source-folder: 'src/cvx'
@@ -37,9 +37,9 @@ jobs:
3737
runs-on: "ubuntu-latest"
3838
steps:
3939
- name: "Build the virtual environment for ${{ github.repository }}"
40-
uses: cvxgrp/.github/actions/[email protected].6
40+
uses: cvxgrp/.github/actions/[email protected].7
4141

42-
- uses: cvxgrp/.github/actions/[email protected].6
42+
- uses: cvxgrp/.github/actions/[email protected].7
4343

4444
book:
4545
runs-on: "ubuntu-latest"
@@ -49,4 +49,4 @@ jobs:
4949
contents: write
5050

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

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,10 +16,10 @@ 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

23-
- uses: cvxgrp/.github/actions/[email protected].6
23+
- uses: cvxgrp/.github/actions/[email protected].7
2424
with:
2525
tests-folder: 'src/tests'

Diff for: .github/workflows/pre-commit.yml

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

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

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

Diff for: .github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
steps:
1414
- name: Generate Tag
15-
uses: cvxgrp/.github/actions/[email protected].6
15+
uses: cvxgrp/.github/actions/[email protected].7
1616
with:
1717
github_token: ${{ secrets.GITHUB_TOKEN }}
1818

0 commit comments

Comments
 (0)