Skip to content

Commit

Permalink
Merge pull request #400 from jellyfin/renovate/ci-deps
Browse files Browse the repository at this point in the history
chore(deps): update actions/checkout action to v4.1.7
  • Loading branch information
Shadowghost authored Jun 12, 2024
2 parents 6a0d15a + 1e791ce commit 79108d5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Install make and mmv
run: sudo apt-get install make mmv
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_meta_mac_portable.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: macos-14
arch: arm64
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Set up Homebrew
id: set-up-homebrew
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@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7

- name: Build Portable
run: ./build-${{ inputs.os }}-${{ matrix.arch }} ./dist
Expand Down

0 comments on commit 79108d5

Please sign in to comment.