Skip to content

Commit

Permalink
Updating cache action to the latest version
Browse files Browse the repository at this point in the history
  • Loading branch information
kevinpalis committed Jan 14, 2025
1 parent 46eb32e commit 5cd2dc5
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/verify_consumer_pacts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -194,7 +194,7 @@ jobs:
# Any changes to these files will result in a different cache key, triggering a cache update.
- name: Coursier cache
id: coursier-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.cache
Expand All @@ -220,7 +220,7 @@ jobs:
# Any changes to these files will result in a different cache key, triggering a cache update.
- name: Cache .sbt directory
id: sbt-cache
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
~/.sbt
Expand Down Expand Up @@ -250,7 +250,7 @@ jobs:
# consistent and reproducible build outputs.
- name: Cache sbt targets
id: sbt-targets
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
**/target
Expand All @@ -272,7 +272,7 @@ jobs:
# This is similar to sbt-targets cache but limited to pact4s targets.
- name: Cache pact4s targets
id: sbt-pact4s-targets
uses: actions/cache@v3
uses: actions/cache@v4
with:
path: |
pact4s/**/target
Expand Down

0 comments on commit 5cd2dc5

Please sign in to comment.