We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 2cdb800 + aae719d commit 22bef0aCopy full SHA for 22bef0a
1 file changed
.github/workflows/default.yml
@@ -32,7 +32,7 @@ jobs:
32
steps:
33
- uses: actions/checkout@v5
34
- name: cache native build artifacts
35
- uses: actions/cache@v4
+ uses: actions/cache@v5
36
with:
37
path: build
38
key: taglib-${{ matrix.os }}-${{ hashFiles('build_native_taglib.py') }}
0 commit comments