mirror of
https://github.com/The-OpenROAD-Project/OpenSTA.git
synced 2026-05-30 00:24:12 +08:00
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:
2
.github/workflows/buildifier.yaml
vendored
2
.github/workflows/buildifier.yaml
vendored
@@ -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 }}
|
||||
|
||||
Reference in New Issue
Block a user