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
chore(deps): update actions/cache action to v5
migration-validation-system
renovate[bot]
1 month ago
committed by
Slavi Pantaleev
parent
09221fd611
commit
4174eafd6b
1 changed files
with
1 additions
and
1 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
.github/workflows/matrix.yml
+ 1
- 1
.github/workflows/matrix.yml
View File
@@ -29,7 +29,7 @@ jobs:
uses: actions/checkout@v6
- name: Restore prek cache
uses: actions/cache@v
4
uses: actions/cache@v
5
with:
path: var/prek
key: arch-prek-v1-${{ hashFiles('.pre-commit-config.yaml') }}
Write
Preview
Loading…
Cancel
Save