Skip to content

Commit

Permalink
Trim
Browse files Browse the repository at this point in the history
  • Loading branch information
palewire committed Sep 21, 2024
1 parent 52eafba commit 3b849e9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/continuous-deployment.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
uses: actions/checkout@v4

- id: install-uv
name: Install the latest version of uv
name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
uses: actions/checkout@v4

- id: install-uv
name: Install the latest version of uv
name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
uses: actions/checkout@v4

- id: install-uv
name: Install the latest version of uv
name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- id: install-uv
name: Install the latest version of uv
name: Install uv
uses: astral-sh/setup-uv@v3
with:
version: "latest"
Expand Down

0 comments on commit 3b849e9

Please sign in to comment.