Skip to content

Commit

Permalink
Merge pull request #121 from exercism/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-4.2.0

Build(deps): bump actions/cache from 4.1.2 to 4.2.0
  • Loading branch information
vaeng authored Jan 1, 2025
2 parents dbe8cca + 1dfac24 commit 7303552
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:

- name: Cache nimble
id: cache-nimble
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
Expand All @@ -42,7 +42,7 @@ jobs:

- name: Cache nimble
id: cache-nimble
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
uses: actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
Expand Down

0 comments on commit 7303552

Please sign in to comment.