mirror of
https://github.com/jellyfin/jellyfin-ffmpeg.git
synced 2026-09-02 21:03:08 +03:00
Merge pull request #293 from jellyfin/renovate/ci-deps
Update actions/checkout action to v4.1.1
This commit is contained in:
@@ -38,7 +38,7 @@ jobs:
|
||||
arch: ${{fromJson(inputs.architectures)}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Install make and mmv
|
||||
run: sudo apt-get install make mmv
|
||||
|
||||
@@ -32,7 +32,7 @@ jobs:
|
||||
arch: ${{fromJson(inputs.architectures)}}
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0
|
||||
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
|
||||
|
||||
- name: Build Portable
|
||||
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist
|
||||
|
||||
Reference in New Issue
Block a user