Skip to content

Commit a0e4deb

Browse files
committed
Update actions/cache CI action to v4
1 parent b6898b3 commit a0e4deb

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# -- Micro --
5151
- name: Cache Micro
5252
id: cache-micro
53-
uses: actions/cache@v2
53+
uses: actions/cache@v4
5454
with:
5555
path: micro.jar
5656
key: ${{ runner.os }}-micro
@@ -91,7 +91,7 @@ jobs:
9191
# -- Micro --
9292
- name: Cache Micro
9393
id: cache-micro
94-
uses: actions/cache@v2
94+
uses: actions/cache@v4
9595
with:
9696
path: micro.jar
9797
key: ${{ runner.os }}-micro
@@ -137,7 +137,7 @@ jobs:
137137
# -- Micro --
138138
- name: Cache Micro
139139
id: cache-micro
140-
uses: actions/cache@v2
140+
uses: actions/cache@v4
141141
with:
142142
path: micro.jar
143143
key: ${{ runner.os }}-micro

0 commit comments

Comments
 (0)