Merge pull request #464 from jellyfin/renovate/ci-deps

Update actions/checkout action to v4.2.0
This commit is contained in:
gnattu 2024-09-26 05:28:10 +08:00 committed by GitHub
commit 82994cd62f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
4 changed files with 4 additions and 4 deletions

View File

@ -38,7 +38,7 @@ jobs:
arch: ${{fromJson(inputs.architectures)}}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Install make and mmv
run: sudo apt-get install make mmv

View File

@ -27,7 +27,7 @@ jobs:
- name: macos-14
arch: arm64
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Set up Homebrew
id: set-up-homebrew

View File

@ -32,7 +32,7 @@ jobs:
arch: ${{fromJson(inputs.architectures)}}
steps:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Build Portable
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist

View File

@ -41,7 +41,7 @@ jobs:
diffstat
mingw-w64-clang-x86_64-nasm
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
- name: Prepare prefix dir
run: |