Skip to content

Commit

Permalink
Upgrade actions/cache
Browse files Browse the repository at this point in the history
  • Loading branch information
borkdude committed Feb 18, 2025
1 parent b08b7eb commit cd005af
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 @@ -129,7 +129,7 @@ jobs:
key: ${{ runner.os }}-maven-build-${{ hashFiles('deps.edn') }}

- name: 🗝 Clerk Cache
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: .clerk
key: ${{ runner.os }}-clerk-cache
Expand Down

0 comments on commit cd005af

Please sign in to comment.