We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6898b3 commit a0e4debCopy full SHA for a0e4deb
.github/workflows/build.yml
@@ -50,7 +50,7 @@ jobs:
50
# -- Micro --
51
- name: Cache Micro
52
id: cache-micro
53
- uses: actions/cache@v2
+ uses: actions/cache@v4
54
with:
55
path: micro.jar
56
key: ${{ runner.os }}-micro
@@ -91,7 +91,7 @@ jobs:
91
92
93
94
95
96
97
@@ -137,7 +137,7 @@ jobs:
137
138
139
140
141
142
143
0 commit comments