Skip to content

Commit

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

Build(deps): bump actions/cache from 4.0.2 to 4.1.2
  • Loading branch information
IsaacG authored Nov 1, 2024
2 parents f1be64f + 905945e commit dbe8cca
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
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@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9
uses: actions/cache@6849a6489940f00c2f30c0fb92c6274307ccb58a
with:
path: ~/.nimble
key: ${{ runner.os }}-nimble-${{ hashFiles('*.nimble') }}
Expand Down

0 comments on commit dbe8cca

Please sign in to comment.