From 914dd3ed629c9b51b3949575223fce703492ba57 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 16:17:15 +0000 Subject: [PATCH] Update actions/checkout action to v7 --- .github/workflows/matrix.yml | 2 +- .github/workflows/update-translations.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/matrix.yml b/.github/workflows/matrix.yml index 278791aa2..218256fd8 100644 --- a/.github/workflows/matrix.yml +++ b/.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 diff --git a/.github/workflows/update-translations.yml b/.github/workflows/update-translations.yml index 99f1f9e99..d46ad5dd2 100644 --- a/.github/workflows/update-translations.yml +++ b/.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: