Skip to content

Commit f90c3d9

Browse files
committed
Simplify bump configuration
1 parent 7970c2a commit f90c3d9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/bump.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ jobs:
1616
token: ${{ secrets.BUMP_TOKEN }}
1717

1818
- name: Update dependencies
19-
uses: wader/bump/action@master
19+
uses: wader/bump/action@many-re
2020
env:
2121
GITHUB_TOKEN: ${{ secrets.BUMP_TOKEN }}

.github/workflows/unit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- name: Setup FFmpeg and FFprobe
2727
uses: ./.github/actions/setup-ffmpeg
2828
with:
29-
# bump: ffmpeg-ci /ffmpeg-version: ([\d.]+)/ docker:mwader/static-ffmpeg|/\d+\./|*
29+
# bump: ffmpeg /ffmpeg-version: ([\d.]+)/
3030
ffmpeg-version: 8.0.1
3131

3232
- name: Setup Java

0 commit comments

Comments
 (0)