浏览代码

update-translations.yml: pin astral-sh/setup-uv to v8.1.0

Upstream stopped publishing rolling major/minor tags (v8, v8.0) as
of their v8.0.0 release for supply-chain security reasons, breaking
our workflow which referenced @v8.
pull/4794/merge
Slavi Pantaleev 1 天前
父节点
当前提交
7d904e6a02
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. +1
    -1
      .github/workflows/update-translations.yml

+ 1
- 1
.github/workflows/update-translations.yml 查看文件

@@ -32,7 +32,7 @@ jobs:

# Setting up recommended prerequisites
# See: i18n/README.md
- uses: astral-sh/setup-uv@v8
- uses: astral-sh/setup-uv@v8.1.0
- uses: extractions/setup-just@v4

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


正在加载...
取消
保存