Browse Source
Update actions/checkout action to v7
pull/5340/head
renovate[bot]
1 month ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with
2 additions and
2 deletions
-
.github/workflows/matrix.yml
-
.github/workflows/update-translations.yml
|
|
@@ -26,7 +26,7 @@ jobs: |
|
|
run: pacman -Sy --noconfirm git |
|
|
run: pacman -Sy --noconfirm git |
|
|
|
|
|
|
|
|
- name: Check out |
|
|
- name: Check out |
|
|
uses: actions/checkout@v6 |
|
|
|
|
|
|
|
|
uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- name: Restore prek cache |
|
|
- name: Restore prek cache |
|
|
uses: actions/cache@v5 |
|
|
uses: actions/cache@v5 |
|
|
|
|
|
@@ -24,7 +24,7 @@ jobs: |
|
|
name: Update translations |
|
|
name: Update translations |
|
|
runs-on: ubuntu-latest |
|
|
runs-on: ubuntu-latest |
|
|
steps: |
|
|
steps: |
|
|
- uses: actions/checkout@v6 |
|
|
|
|
|
|
|
|
- uses: actions/checkout@v7 |
|
|
|
|
|
|
|
|
- uses: actions/setup-python@v6 |
|
|
- uses: actions/setup-python@v6 |
|
|
with: |
|
|
with: |
|
|
|