Skip to content

Commit 9f0d211

Browse files
dependabot[bot]flexiondotorg
authored andcommitted
chore(deps): bump actions/cache from 4 to 5
Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](actions/cache@v4...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 522ef5c commit 9f0d211

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ffmpeg-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,15 +72,15 @@ jobs:
7272
run: brew update && brew install yasm autoconf ragel meson nasm automake libtool python3
7373

7474
- name: Cache FFmpeg source downloads
75-
uses: actions/cache@v4
75+
uses: actions/cache@v5
7676
with:
7777
path: .build/downloads
7878
key: ${{ runner.os }}-${{ runner.arch }}-ffmpeg-downloads-${{ hashFiles('internal/builder/libraries.go') }}
7979
restore-keys: |
8080
${{ runner.os }}-${{ runner.arch }}-ffmpeg-downloads-
8181
8282
- name: Cache compiled dependencies
83-
uses: actions/cache@v4
83+
uses: actions/cache@v5
8484
with:
8585
path: |
8686
.build/staging

.github/workflows/ffmpeg-test.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
echo "buildsystems-hash=$(sha256sum internal/builder/buildsystems.go | cut -d' ' -f1 | head -c 8)" >> $GITHUB_OUTPUT
7070
7171
- name: Cache FFmpeg source downloads
72-
uses: actions/cache@v4
72+
uses: actions/cache@v5
7373
with:
7474
path: .build/downloads
7575
# Workaround for GitHub Actions bug: https://github.com/actions/runner-images/issues/13341
@@ -79,7 +79,7 @@ jobs:
7979
${{ runner.os }}-${{ runner.arch }}-ffmpeg-downloads-
8080
8181
- name: Cache compiled dependencies
82-
uses: actions/cache@v4
82+
uses: actions/cache@v5
8383
with:
8484
path: |
8585
.build/staging

0 commit comments

Comments
 (0)