From ecc274f369cdad5436733903a4546fe867b949c3 Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Thu, 12 Mar 2026 23:14:43 +0000 Subject: [PATCH] chore(main): release use-mise-action 1.1.3 --- .release-please-manifest.json | 2 +- actions/use-mise/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index fca20e18..7a2550d0 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,7 +1,7 @@ { "actions/image-build": "0.1.4", "actions/success-check": "0.0.5", - "actions/use-mise": "1.1.2", + "actions/use-mise": "1.1.3", ".github/workflows": "2.2.1", "actions/pre-job": "2.0.2", "actions/create-workflow-token": "1.0.1" diff --git a/actions/use-mise/CHANGELOG.md b/actions/use-mise/CHANGELOG.md index bff2c435..5a9269dd 100644 --- a/actions/use-mise/CHANGELOG.md +++ b/actions/use-mise/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [1.1.3](https://github.com/immich-app/devtools/compare/use-mise-action-v1.1.2...use-mise-action-v1.1.3) (2026-03-12) + + +### Chores + +* **deps:** update github-actions ([#1392](https://github.com/immich-app/devtools/issues/1392)) ([9e8a3f9](https://github.com/immich-app/devtools/commit/9e8a3f926a478b3c82b3ef70e2598e6350b76052)) + ## [1.1.2](https://github.com/immich-app/devtools/compare/use-mise-action-v1.1.1...use-mise-action-v1.1.2) (2026-02-10)