Skip to content

Commit

Permalink
explicit workflow version
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Jan 5, 2025
1 parent 65bff5a commit 3515ab0
Show file tree
Hide file tree
Showing 4 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/book.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,36 +7,36 @@ jobs:
#marimo:
# runs-on: "ubuntu-latest"
# steps:
# - uses: cvxgrp/.github/actions/uv/marimo@main
# - uses: cvxgrp/.github/actions/uv/marimo@2.0.0

#sphinx:
# runs-on: "ubuntu-latest"
# steps:
# - uses: cvxgrp/.github/actions/uv/sphinx@main
# - uses: cvxgrp/.github/actions/uv/sphinx@2.0.0

pdoc:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/pdoc@main
- uses: cvxgrp/.github/actions/uv/pdoc@2.0.0

test:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@main
- uses: cvxgrp/.github/actions/uv/coverage@2.0.0

jupyter:
runs-on: "ubuntu-latest"
steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/jupyter@main
- uses: cvxgrp/.github/actions/uv/jupyter@2.0.0

book:
runs-on: "ubuntu-latest"
Expand All @@ -49,4 +49,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/book@main
- uses: cvxgrp/.github/actions/book@2.0.0
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,6 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/test@main
- uses: cvxgrp/.github/actions/uv/test@2.0.0
with:
python-version: ${{ matrix.python-version }}
4 changes: 2 additions & 2 deletions .github/workflows/pre-commit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/coverage@main
- uses: cvxgrp/.github/actions/uv/coverage@2.0.0

- name: Coveralls GitHub Action
uses: coverallsapp/github-action@v2
Expand All @@ -32,4 +32,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/deptry@main
- uses: cvxgrp/.github/actions/uv/deptry@2.0.0
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/uv/build@main
- uses: cvxgrp/.github/actions/uv/build@2.0.0

deploy:
runs-on: ubuntu-latest
Expand All @@ -26,4 +26,4 @@ jobs:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- uses: cvxgrp/.github/actions/publish@main
- uses: cvxgrp/.github/actions/publish@2.0.0

0 comments on commit 3515ab0

Please sign in to comment.