Skip to content

Commit

Permalink
Update action.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Bernát Gábor <[email protected]>
  • Loading branch information
gaborbernat committed Oct 23, 2024
1 parent a071220 commit 1410406
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,11 @@ 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
cache-dependency-glob: "action.yml"
- uses: actions/cache@v4
with:
path: ~/.cache/pre-commit
Expand Down

0 comments on commit 1410406

Please sign in to comment.