Skip to content

Commit

Permalink
update GHA actions/cache to v4
Browse files Browse the repository at this point in the history
  • Loading branch information
zspitzer authored Apr 30, 2024
1 parent d6d8552 commit a67cb0e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ jobs:
with:
name: lucee-installer-${{ env.LUCEE_VERSION }}-linux-run
- name: Cache Maven packages
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: ~/.m2
key: lucee-script-runner-maven-cache
Expand Down

0 comments on commit a67cb0e

Please sign in to comment.