Skip to content

Commit 01425d6

Browse files
Bump actions/cache from 5 to 6 (#163)
1 parent f237c22 commit 01425d6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
uses: actions/checkout@v7
1818

1919
- name: Cache Homebrew downloads
20-
uses: actions/cache@v5
20+
uses: actions/cache@v6
2121
with:
2222
path: ~/Library/Caches/Homebrew
2323
key: brew-qt-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('.github/workflows/macos.yml') }}

0 commit comments

Comments
 (0)