Skip to content

Commit

Permalink
Merge pull request #293 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
Update actions/checkout action to v4.1.1
  • Loading branch information
nyanmisaka authored Nov 5, 2023
2 parents 8c9fc09 + f31181c commit 571a39b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/_meta.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 571a39b

Please sign in to comment.