From 76963056cbf157e530c9e59524b2f981c8adfcfd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Sep 2025 16:06:35 +0000 Subject: [PATCH] chore(deps): update github-actions --- .github/workflows/export.yaml | 4 ++-- .github/workflows/push.yaml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/export.yaml b/.github/workflows/export.yaml index 34159b3..14bfbd9 100644 --- a/.github/workflows/export.yaml +++ b/.github/workflows/export.yaml @@ -24,7 +24,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6 + - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 - run: uv sync # TODO: cache uv env (does setup-uv do that already automatically?) - run: uv run immich_model_exporter export "${{ inputs.model-name }}" "${{ inputs.model-source }}" --hf-model-name "${{ inputs.hf-name }}" @@ -44,7 +44,7 @@ jobs: - name: Checkout uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6 + - uses: astral-sh/setup-uv@b75a909f75acd358c2196fb9a5f1299a9a8868a4 # v6 - run: uv sync # TODO: cache uv env (does setup-uv do that already automatically?) - uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 343523a..c5524fd 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -45,15 +45,15 @@ jobs: path: before ref: ${{ steps.ref.outputs.previous-ref }} - id: new-models - uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1 + uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2 with: cmd: yq eval '.models' -o=json -I=0 ./models.yaml - id: old-models - uses: mikefarah/yq@f03c9dc599c37bfcaf533427211d05e51e6fee64 # v4.47.1 + uses: mikefarah/yq@6251e95af8df3505def48c71f3119836701495d6 # v4.47.2 with: cmd: yq eval '.models' -o=json -I=0 ./before/models.yaml - id: scope - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 + uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 with: # Editor checks warn on these being "undefined", but they get passed to the script regardless. force: ${{ inputs.force || 'false' }}