Skip to content

Commit

Permalink
Merge pull request #2 from threatcode/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/cache-3

Bump actions/cache from 2 to 3
  • Loading branch information
sulaiman-coder authored Jul 6, 2023
2 parents a6539db + 4250a34 commit a63fc85
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
steps:
# Caches and restores the bazelisk download directory.
- name: Cache bazelisk download
uses: actions/cache@v2
uses: actions/cache@v3
env:
cache-name: bazel-cache
with:
Expand Down

0 comments on commit a63fc85

Please sign in to comment.