Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
gaborbernat authored Oct 23, 2024
1 parent a071220 commit a40f73d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@ inputs:
runs:
using: composite
steps:
- uses: hynek/setup-cached-uv@v2
- name: Install the latest version of uv
uses: astral-sh/setup-uv@v3
with:
enable-cache: true
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit a40f73d

Please sign in to comment.