Skip to content

Commit c76378f

Browse files
committed
upgrade actions/cache due scheduled deprecation
1 parent 4970f77 commit c76378f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# printf "DB_BUNDLENAME=com.mysql.cj\n" >> .env
7171

7272
- name: Cache CommandBox Dependencies
73-
uses: actions/cache@v1
73+
uses: actions/cache@v4
7474
if: ${{ true }}
7575
with:
7676
path: ~/.CommandBox/artifacts

0 commit comments

Comments
 (0)