We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7970c2a commit f90c3d9Copy full SHA for f90c3d9
.github/workflows/bump.yaml
@@ -16,6 +16,6 @@ jobs:
16
token: ${{ secrets.BUMP_TOKEN }}
17
18
- name: Update dependencies
19
- uses: wader/bump/action@master
+ uses: wader/bump/action@many-re
20
env:
21
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}
.github/workflows/unit-test.yml
@@ -26,7 +26,7 @@ jobs:
26
- name: Setup FFmpeg and FFprobe
27
uses: ./.github/actions/setup-ffmpeg
28
with:
29
- # bump: ffmpeg-ci /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
+ # bump: ffmpeg /ffmpeg-version: ([\d.]+)/
30
ffmpeg-version: 8.0.1
31
32
- name: Setup Java
0 commit comments