Skip to content

Commit

Permalink
Ottobot checkout v4 and setup uv
Browse files Browse the repository at this point in the history
  • Loading branch information
davegaeddert committed Feb 2, 2025
1 parent 12d0e3d commit e08aa0e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/ottobot-create.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Set up Git user
run: |
Expand Down
5 changes: 4 additions & 1 deletion .github/workflows/ottobot-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout repository
uses: actions/checkout@v3
uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v2

- name: Run ottobot/update script with review comment
run: ./.github/ottobot/update "${{ github.event.review.body }}"
Expand Down

0 comments on commit e08aa0e

Please sign in to comment.