瀏覽代碼

Update actions/checkout action to v7

pull/5340/head
renovate[bot] 2 月之前
committed by GitHub
父節點
當前提交
b318b63d27
沒有發現已知的金鑰在資料庫的簽署中 GPG 金鑰 ID: B5690EEEBB952194
共有 2 個檔案被更改,包括 2 行新增2 行删除
  1. +1
    -1
      .github/workflows/matrix.yml
  2. +1
    -1
      .github/workflows/update-translations.yml

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

@@ -26,7 +26,7 @@ jobs:
run: pacman -Sy --noconfirm git

- name: Check out
uses: actions/checkout@v6
uses: actions/checkout@v7

- name: Restore prek cache
uses: actions/cache@v5


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

@@ -24,7 +24,7 @@ jobs:
name: Update translations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7

- uses: actions/setup-python@v6
with:


Loading…
取消
儲存