Skip to content

Commit

Permalink
Merge pull request #19 from klogging/dependabot/github_actions/action…
Browse files Browse the repository at this point in the history
…s/cache-3.0.3
  • Loading branch information
mjstrasser committed May 31, 2022
2 parents 45f174f + 926b22a commit f3bc10a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Expand Up @@ -31,13 +31,13 @@ jobs:
fetch-depth: 0

- name: Cache Batect
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
with:
path: ~/.batect/cache
key: batect-${{ hashFiles('batect') }}

- name: Cache dependencies
uses: actions/cache@v3.0.2
uses: actions/cache@v3.0.3
id: cache-dependencies
with:
path: .batect/caches
Expand Down

0 comments on commit f3bc10a

Please sign in to comment.