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:
Matt Liberty 2026-04-02 21:23:59 +00:00 committed by GitHub
commit 4c8efd7474
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -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 }}