Skip to content

Commit 22bef0a

Browse files
authored
Merge pull request #196 from supermihi/dependabot/github_actions/actions/cache-5
build(deps): bump actions/cache from 4 to 5
2 parents 2cdb800 + aae719d commit 22bef0a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/default.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
steps:
3333
- uses: actions/checkout@v5
3434
- name: cache native build artifacts
35-
uses: actions/cache@v4
35+
uses: actions/cache@v5
3636
with:
3737
path: build
3838
key: taglib-${{ matrix.os }}-${{ hashFiles('build_native_taglib.py') }}

0 commit comments

Comments
 (0)