Skip to content

Commit

Permalink
fixup! Use trusted publisher
Browse files Browse the repository at this point in the history
  • Loading branch information
tibdex committed Sep 5, 2024
1 parent 875cd58 commit f5171bb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-java-runtime/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
runs:
using: composite
steps:
- run: curl -LsSf https://astral.sh/uv/0.4.0/install.sh | sh
- run: curl -LsSf https://astral.sh/uv/0.4.5/install.sh | sh
shell: bash

- run: uv python install ${{ inputs.python-version }}
Expand Down

0 comments on commit f5171bb

Please sign in to comment.