Skip to content

Commit 00cc7ba

Browse files
authored
Replace curl | sh uv install with pinned astral-sh/setup-uv action (#17688)
1 parent 4867ef7 commit 00cc7ba

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
env:
4040
GH_TOKEN: ${{ github.token }}
4141
- name: Install uv
42-
run: curl -LsSf https://astral.sh/uv/install.sh | sh
42+
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
4343
- name: Install Go language server (gopls)
4444
run: go install golang.org/x/tools/gopls@latest
4545
- name: Install TypeScript language server

.github/workflows/daily-copilot-token-report.lock.yml

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)