Merge pull request #306 from The-OpenROAD-Project/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
This commit is contained in:
commit
4c8efd7474
|
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: Cache buildifier
|
||||
id: cache-buildifier
|
||||
uses: actions/cache@v4
|
||||
uses: actions/cache@v5
|
||||
with:
|
||||
path: ./buildifier
|
||||
key: ${{ runner.os }}-buildifier-${{ env.BUILDIFIER_VERSION }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue