Browse Source

Update astral-sh/setup-uv action to v10.2.0

traefik-tls-options
mdad-renovate[bot] 2 days ago
committed by GitHub
parent
commit
25637cde49
No known key found for this signature in database GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions
  1. +1
    -1
      .github/workflows/i18n.yml
  2. +1
    -1
      .github/workflows/update-translations.yml

+ 1
- 1
.github/workflows/i18n.yml View File

@@ -40,7 +40,7 @@ jobs:
with:
python-version: '3.14'

- uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
- uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.0

- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4



+ 1
- 1
.github/workflows/update-translations.yml View File

@@ -26,7 +26,7 @@ jobs:

# Setting up recommended prerequisites
# See: i18n/README.md
- uses: astral-sh/setup-uv@bec219d24cd3e171d82865faccec33120bb574f4 # v10.1.0
- uses: astral-sh/setup-uv@c18668ad3cf93ea998bef934396af7bb5c839dc7 # v10.2.0
- uses: extractions/setup-just@53165ef7e734c5c07cb06b3c8e7b647c5aa16db3 # v4

# TODO: optimize when we start publishing translations and integrate a Weblate instance


Loading…
Cancel
Save