Skip to content

Commit 3b70a4c

Browse files
committed
⬆️ Updates actions/cache action to v2.1.5
Signed-off-by: Renovate Bot <[email protected]>
1 parent 89b7736 commit 3b70a4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Check Dependency Updates
7171
run: ./gradlew dependencyUpdates -Drevision=release
7272

73-
- uses: actions/[email protected].3
73+
- uses: actions/[email protected].5
7474
with:
7575
path: ~/.gradle/caches
7676
key: ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -98,7 +98,7 @@ jobs:
9898
- name: Prepare repository
9999
run: git fetch --unshallow --tags
100100

101-
- uses: actions/[email protected].3
101+
- uses: actions/[email protected].5
102102
with:
103103
path: ~/.gradle/caches
104104
key: ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}
@@ -150,7 +150,7 @@ jobs:
150150
- name: Prepare repository
151151
run: git fetch --unshallow --tags
152152

153-
- uses: actions/[email protected].3
153+
- uses: actions/[email protected].5
154154
with:
155155
path: ~/.gradle/caches
156156
key: ${{ runner.os }}-gradle-${{ hashFiles('checksum.txt') }}

0 commit comments

Comments
 (0)