Skip to content

Commit 4c8efd7

Browse files
authored
Merge pull request #306 from The-OpenROAD-Project/dependabot/github_actions/actions/cache-5
Bump actions/cache from 4 to 5
2 parents f0dd978 + ee397a6 commit 4c8efd7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildifier.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Cache buildifier
3131
id: cache-buildifier
32-
uses: actions/cache@v4
32+
uses: actions/cache@v5
3333
with:
3434
path: ./buildifier
3535
key: ${{ runner.os }}-buildifier-${{ env.BUILDIFIER_VERSION }}

0 commit comments

Comments
 (0)