Skip to content

Commit

Permalink
chore(deps): update astral-sh/setup-uv action to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Dec 20, 2024
1 parent 0005523 commit 751cd0e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v4
- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

Check notice

Code scanning / KICS (MegaLinter REPOSITORY_KICS)

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
- name: Install sing-box
run: bash <(curl -fsSL https://sing-box.app/deb-install.sh)
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/docs.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- name: Setup uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

Check notice

Code scanning / KICS (MegaLinter REPOSITORY_KICS)

Unpinned Actions Full Length Commit SHA Note

Action is not pinned to a full length commit SHA.
- name: Install Dependencies
run: uv sync --all-extras
- name: Build Documentation
Expand Down

0 comments on commit 751cd0e

Please sign in to comment.