Commit 36044da 1 parent db8fd69 commit 36044da Copy full SHA for 36044da
File tree 1 file changed +4
-4
lines changed
1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
27
27
run : |
28
28
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
29
29
- name : Cache dependencies
30
- uses : actions/cache@v4.2.0
30
+ uses : actions/cache@v4.2.2
31
31
with :
32
32
path : ${{ steps.pip-cache.outputs.dir }}
33
33
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
34
34
restore-keys : |
35
35
${{ runner.os }}-pip-
36
36
- name : Cache d2 database
37
- uses : actions/cache/restore@v4.2.0 # We only want to restore the cache, to avoid overwriting the cache on PRs
37
+ uses : actions/cache/restore@v4.2.2 # We only want to restore the cache, to avoid overwriting the cache on PRs
38
38
with :
39
39
path : .cache/plugin/d2
40
40
key : ${{ runner.os }}-d2
@@ -76,14 +76,14 @@ jobs:
76
76
run : |
77
77
echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
78
78
- name : Cache dependencies
79
- uses : actions/cache@v4.2.0
79
+ uses : actions/cache@v4.2.2
80
80
with :
81
81
path : ${{ steps.pip-cache.outputs.dir }}
82
82
key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
83
83
restore-keys : |
84
84
${{ runner.os }}-pip-
85
85
- name : Cache d2 database
86
- uses : actions/cache@v4.2.0
86
+ uses : actions/cache@v4.2.2
87
87
with :
88
88
path : .cache/plugin/d2
89
89
key : ${{ runner.os }}-d2
You can’t perform that action at this time.
0 commit comments