Skip to content

Commit e036293

Browse files
committed
Update cache action in workflows
1 parent d1b017a commit e036293

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/build_master.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- name: Install Graphviz
2323
run: sudo apt-get -y install graphviz
2424
- name: Gradle caches
25-
uses: actions/cache@v2
25+
uses: actions/cache@v4
2626
with:
2727
path: |
2828
~/.gradle/caches

.github/workflows/build_standard.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Install Graphviz
2222
run: sudo apt-get -y install graphviz
2323
- name: Gradle caches
24-
uses: actions/cache@v2
24+
uses: actions/cache@v4
2525
with:
2626
path: |
2727
~/.gradle/caches

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Install Graphviz
2121
run: sudo apt-get -y install graphviz
2222
- name: Gradle caches
23-
uses: actions/cache@v2
23+
uses: actions/cache@v4
2424
with:
2525
path: |
2626
~/.gradle/caches

0 commit comments

Comments
 (0)