Skip to content

Commit

Permalink
Update actions/cache action to v3.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] committed Mar 9, 2023
1 parent 12d0803 commit 2c55415
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,13 +26,13 @@ jobs:
uses: batect/batect-wrapper-validation-action@v0.4.0

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

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

0 comments on commit 2c55415

Please sign in to comment.