mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy.git
synced 2026-06-25 21:21:07 +00:00
Update actions/checkout action to v7
This commit is contained in:
committed by
Slavi Pantaleev
parent
3250de7842
commit
914dd3ed62
@@ -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:
|
||||||
|
|||||||
Reference in New Issue
Block a user