From 938c241f78f7f953a4223de82a41e6a523454653 Mon Sep 17 00:00:00 2001 From: "immich-push-o-matic[bot]" <179150890+immich-push-o-matic[bot]@users.noreply.github.com> Date: Tue, 5 May 2026 18:05:46 +0000 Subject: [PATCH] chore(main): release pre-job-action 2.0.4 --- .release-please-manifest.json | 2 +- actions/pre-job/CHANGELOG.md | 7 +++++++ 2 files changed, 8 insertions(+), 1 deletion(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b698be837..643f4814e 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -4,6 +4,6 @@ "actions/use-mise": "1.1.3", "services/outline-role-sync": "1.0.0", ".github/workflows": "2.3.0", - "actions/pre-job": "2.0.3", + "actions/pre-job": "2.0.4", "actions/create-workflow-token": "1.0.3" } diff --git a/actions/pre-job/CHANGELOG.md b/actions/pre-job/CHANGELOG.md index 091ff817b..0fc58565d 100644 --- a/actions/pre-job/CHANGELOG.md +++ b/actions/pre-job/CHANGELOG.md @@ -1,5 +1,12 @@ # Changelog +## [2.0.4](https://github.com/immich-app/devtools/compare/pre-job-action-v2.0.3...pre-job-action-v2.0.4) (2026-05-05) + + +### Chores + +* **deps:** update actions/github-script action to v9 ([#1551](https://github.com/immich-app/devtools/issues/1551)) ([c5d7b00](https://github.com/immich-app/devtools/commit/c5d7b00c091f5c3825900079358e87fbb9661a78)) + ## [2.0.3](https://github.com/immich-app/devtools/compare/pre-job-action-v2.0.2...pre-job-action-v2.0.3) (2026-03-24)