File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -27,14 +27,14 @@ jobs:
2727 run : |
2828 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
2929 - name : Cache dependencies
30- uses : actions/cache@v4.2.3
30+ uses : actions/cache@v4.2.4
3131 with :
3232 path : ${{ steps.pip-cache.outputs.dir }}
3333 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
3434 restore-keys : |
3535 ${{ runner.os }}-pip-
3636 - name : Cache d2 database
37- uses : actions/cache/restore@v4.2.3 # We only want to restore the cache, to avoid overwriting the cache on PRs
37+ uses : actions/cache/restore@v4.2.4 # We only want to restore the cache, to avoid overwriting the cache on PRs
3838 with :
3939 path : .cache/plugin/d2
4040 key : ${{ runner.os }}-d2
@@ -76,14 +76,14 @@ jobs:
7676 run : |
7777 echo "dir=$(pip cache dir)" >> $GITHUB_OUTPUT
7878 - name : Cache dependencies
79- uses : actions/cache@v4.2.3
79+ uses : actions/cache@v4.2.4
8080 with :
8181 path : ${{ steps.pip-cache.outputs.dir }}
8282 key : ${{ runner.os }}-pip-${{ hashFiles('**/requirements.txt') }}
8383 restore-keys : |
8484 ${{ runner.os }}-pip-
8585 - name : Cache d2 database
86- uses : actions/cache@v4.2.3
86+ uses : actions/cache@v4.2.4
8787 with :
8888 path : .cache/plugin/d2
8989 key : ${{ runner.os }}-d2
You can’t perform that action at this time.
0 commit comments