Skip to content

Commit

Permalink
ci: update actions/cache version in ci.yml (#438)
Browse files Browse the repository at this point in the history
Update the step actions/cache@v4 in ci.yml

Signed-off-by: Fabio Pinheiro <[email protected]>
  • Loading branch information
FabioPinheiro authored Feb 12, 2025
1 parent 189ded7 commit e850b27
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
- name: Cache sbt
uses: coursier/[email protected]
- name: Cache embedmongo
uses: actions/cache@v2
uses: actions/cache@v4
with:
path: ~/.embedmongo
key: ${{ runner.os }}-embedmongo-4.14.0
Expand Down

0 comments on commit e850b27

Please sign in to comment.