Skip to content

Commit def749d

Browse files
authored
Merge pull request #96 from bisq-network/dependabot/github_actions/actions/cache-4.2.0
build(deps): bump actions/cache from 4.0.2 to 4.2.0
2 parents 5022814 + a5720f0 commit def749d

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

.github/workflows/ci.yaml

+4-4
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
mv ~/.gradle ~/.invalid || true
3030
3131
- name: Cache dependencies
32-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
32+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
3333
with:
3434
path: |
3535
~/.gradle/caches
@@ -88,7 +88,7 @@ jobs:
8888
mv ~/.gradle ~/.invalid || true
8989
9090
- name: Cache dependencies
91-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
91+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
9292
with:
9393
path: |
9494
~/.gradle/caches
@@ -135,7 +135,7 @@ jobs:
135135
mv ~/.gradle ~/.invalid || true
136136
137137
- name: Cache dependencies
138-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
138+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
139139
with:
140140
path: |
141141
~/.gradle/caches
@@ -162,7 +162,7 @@ jobs:
162162

163163
# Retrieve the cached emulator snapshot
164164
- name: Retrieve cached emulator snapshot
165-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
165+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
166166
id: avd-cache
167167
with:
168168
path: |

.github/workflows/master.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
mv ~/.gradle ~/.invalid || true
4747
4848
- name: Cache dependencies
49-
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
49+
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
5050
with:
5151
path: |
5252
~/.gradle/caches

0 commit comments

Comments
 (0)