Skip to content

Commit

Permalink
Merge pull request #1023 from adamtheturtle/dependabot/github_actions…
Browse files Browse the repository at this point in the history
…/astral-sh/setup-uv-5

Bump astral-sh/setup-uv from 4 to 5
  • Loading branch information
github-actions[bot] authored Dec 21, 2024
2 parents 920bc19 + 637d040 commit 75b785d
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.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- uses: actions/checkout@v4

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Lint
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
token: ${{ secrets.RELEASE_PAT }}

- name: Install uv
uses: astral-sh/setup-uv@v4
uses: astral-sh/setup-uv@v5

- name: Calver calculate version
uses: StephaneBour/actions-calver@master
Expand Down

0 comments on commit 75b785d

Please sign in to comment.