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 74b8efd commit 30b3333Copy full SHA for 30b3333
.github/workflows/ci.yml
@@ -39,7 +39,7 @@ jobs:
39
java-version: "11"
40
41
- name: Cache CommandBox Dependencies
42
- uses: actions/cache@v1
+ uses: actions/cache@v3
43
if: ${{ true }}
44
with:
45
path: ~/.CommandBox/artifacts
.github/workflows/tests.yml
@@ -32,7 +32,7 @@ jobs:
32
uses: Ortus-Solutions/[email protected]
33
34
35
36
37
38
0 commit comments