Skip to content

Commit 6b75f37

Browse files
dependabot[bot]kylophone
authored andcommitted
Bump actions/checkout from 5 to 6
Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v5...v6) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent e0d9b82 commit 6b75f37

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/docker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ jobs:
77
docker:
88
runs-on: ubuntu-latest
99
steps:
10-
- uses: actions/checkout@v5
10+
- uses: actions/checkout@v6
1111
- name: Build Docker Image
1212
run: |
1313
docker build -t vmaf .

.github/workflows/ffmpeg.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
if: matrix.os == 'macos-latest'
4242
run: |
4343
brew install -q ninja nasm
44-
- uses: actions/checkout@v5
44+
- uses: actions/checkout@v6
4545
- name: Build vmaf
4646
run: |
4747
meson setup libvmaf libvmaf/build --buildtype release

.github/workflows/libvmaf.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
meson --version
6969
ccache --version
7070
71-
- uses: actions/checkout@v5
71+
- uses: actions/checkout@v6
7272
- name: Run meson
7373
run: |
7474
meson setup libvmaf libvmaf/build --buildtype release --prefix $PWD/install -Denable_float=true

.github/workflows/windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
run:
2727
shell: msys2 {0}
2828
steps:
29-
- uses: actions/checkout@v5
29+
- uses: actions/checkout@v6
3030
with:
3131
fetch-depth: 0
3232
- name: Cache ccache files

0 commit comments

Comments
 (0)