Skip to content

Commit

Permalink
build(deps): Bump astral-sh/setup-uv in the github-actions group
Browse files Browse the repository at this point in the history
Bumps the github-actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv).


Updates `astral-sh/setup-uv` from 5.2.1 to 5.2.2
- [Release notes](https://github.com/astral-sh/setup-uv/releases)
- [Commits](astral-sh/setup-uv@b5f58b2...4db9619)

---
updated-dependencies:
- dependency-name: astral-sh/setup-uv
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: github-actions
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jan 31, 2025
1 parent 6b76fb2 commit 653bc87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/refreshcerts.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo "${{secrets.GOOGLE_PRIVKEY}}" > /gluster/@/api/keys/google.key
# Install Python Libraries and run Python ACME script
- name: Install uv
uses: astral-sh/setup-uv@b5f58b2abc5763ade55e4e9d0fe52cd1ff7979ca # v5.2.1
uses: astral-sh/setup-uv@4db96194c378173c656ce18a155ffc14a9fc4355 # v5.2.2
with:
version: "0.5.20"
- name: Install Python Libraries, run create_cert script then copy certs to right place
Expand Down

0 comments on commit 653bc87

Please sign in to comment.