Skip to content

Commit 30b3333

Browse files
committed
more gha action updates
1 parent 74b8efd commit 30b3333

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
java-version: "11"
4040

4141
- name: Cache CommandBox Dependencies
42-
uses: actions/cache@v1
42+
uses: actions/cache@v3
4343
if: ${{ true }}
4444
with:
4545
path: ~/.CommandBox/artifacts

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: Ortus-Solutions/[email protected]
3333

3434
- name: Cache CommandBox Dependencies
35-
uses: actions/cache@v1
35+
uses: actions/cache@v3
3636
if: ${{ true }}
3737
with:
3838
path: ~/.CommandBox/artifacts

0 commit comments

Comments
 (0)