Skip to content

Commit 38bcb7e

Browse files
authored
Merge pull request #1884 from CCExtractor/dependabot/github_actions/actions/cache-5
Routine dependency update for GitHub Actions
2 parents d573548 + b3f1e27 commit 38bcb7e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_appimage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
- name: Cache GPAC build
9494
if: steps.should_build.outputs.should_build == 'true'
9595
id: cache-gpac
96-
uses: actions/cache@v4
96+
uses: actions/cache@v5
9797
with:
9898
path: /usr/local/lib/libgpac*
9999
key: gpac-v2.4.0-ubuntu22

0 commit comments

Comments
 (0)