This website works better with JavaScript.
Home
Explore
Help
Sign In
overmind
/
matrix-docker-ansible-deploy
mirror of
https://github.com/spantaleev/matrix-docker-ansible-deploy
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Update actions/checkout action to v7
pull/5343/head
renovate[bot]
2 months ago
committed by
Slavi Pantaleev
parent
3250de7842
commit
914dd3ed62
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/matrix.yml
+1
-1
.github/workflows/update-translations.yml
+ 1
- 1
.github/workflows/matrix.yml
View File
@@ -26,7 +26,7 @@ jobs:
run: pacman -Sy --noconfirm git
- name: Check out
uses: actions/checkout@v
6
uses: actions/checkout@v
7
- name: Restore prek cache
uses: actions/cache@v5
+ 1
- 1
.github/workflows/update-translations.yml
View File
@@ -24,7 +24,7 @@ jobs:
name: Update translations
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v
6
- uses: actions/checkout@v
7
- uses: actions/setup-python@v6
with:
Write
Preview
Loading…
Cancel
Save