Skip to content
This repository was archived by the owner on Feb 4, 2025. It is now read-only.

Commit b5d32e4

Browse files
authored
Merge pull request #28 from cvxgrp/dependabot/github_actions/cvxgrp/dot-github-2.0.0
Bump cvxgrp/.github from 1.1.0 to 1.4.0
2 parents 05ac0ea + b988a7b commit b5d32e4

File tree

4 files changed

+181
-150
lines changed

4 files changed

+181
-150
lines changed

Diff for: .github/workflows/basic.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
test:
1717
runs-on: ubuntu-latest
1818
steps:
19-
- uses: cvxgrp/.github/actions/test@v1.1.0
19+
- uses: cvxgrp/.github/actions/test@v1.4.0

Diff for: .github/workflows/release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
contents: write
1313

1414
steps:
15-
- uses: cvxgrp/.github/actions/build@v1.1.0
15+
- uses: cvxgrp/.github/actions/build@v1.4.0
1616

1717
deploy:
1818
runs-on: ubuntu-latest
@@ -24,4 +24,4 @@ jobs:
2424
id-token: write
2525

2626
steps:
27-
- uses: cvxgrp/.github/actions/publish@v1.1.0
27+
- uses: cvxgrp/.github/actions/publish@v1.4.0

0 commit comments

Comments
 (0)