Skip to content

Commit f8d516a

Browse files
dependabot[bot]AnimMouse
authored andcommitted
chore(deps): 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] <[email protected]>
1 parent 683344b commit f8d516a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-ffmpeg.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,14 +71,14 @@ jobs:
7171

7272
steps:
7373
- name: Checkout ${{ needs.check.outputs.helper-git-owner }}/ffmpeg-windows-build-helpers
74-
uses: actions/checkout@v5
74+
uses: actions/checkout@v6
7575
with:
7676
repository: ${{ needs.check.outputs.helper-git-owner }}/ffmpeg-windows-build-helpers
7777
ref: ${{ needs.check.outputs.helper-git-sha }}
7878
persist-credentials: false
7979

8080
- name: Checkout FFmpeg
81-
uses: actions/checkout@v5
81+
uses: actions/checkout@v6
8282
with:
8383
repository: FFmpeg/FFmpeg
8484
ref: ${{ needs.check.outputs.git-sha }}

0 commit comments

Comments
 (0)