Skip to content

Commit

Permalink
upgrade actions/cache due scheduled deprecation
Browse files Browse the repository at this point in the history
  • Loading branch information
otisnado committed Dec 11, 2024
1 parent 4970f77 commit c76378f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
# printf "DB_BUNDLENAME=com.mysql.cj\n" >> .env

- name: Cache CommandBox Dependencies
uses: actions/cache@v1
uses: actions/cache@v4
if: ${{ true }}
with:
path: ~/.CommandBox/artifacts
Expand Down

0 comments on commit c76378f

Please sign in to comment.