diff --git a/.release-please-manifest.json b/.release-please-manifest.json index 928e8b012..eb239da42 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)