From 73bff2b0b2a1e1f0dfb602b3be25c1fb842d135c Mon Sep 17 00:00:00 2001 From: "opzkit-release-please[bot]" <226872226+opzkit-release-please[bot]@users.noreply.github.com> Date: Mon, 20 Apr 2026 01:39:23 +0000 Subject: [PATCH] chore(main): release 1.0.3 --- .release-please-manifest.json | 2 +- CHANGELOG.md | 18 ++++++++++++++++++ README.md | 2 +- 3 files changed, 20 insertions(+), 2 deletions(-) diff --git a/.release-please-manifest.json b/.release-please-manifest.json index b870c5e..0db4c77 100644 --- a/.release-please-manifest.json +++ b/.release-please-manifest.json @@ -1,3 +1,3 @@ { - ".": "1.0.2" + ".": "1.0.3" } diff --git a/CHANGELOG.md b/CHANGELOG.md index 956c26f..1da86e9 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,23 @@ # Changelog +## [1.0.3](https://github.com/opzkit/godeadcode-action/compare/v1.0.2...v1.0.3) (2026-04-20) + + +### Miscellaneous Chores + +* **deps:** update actions/create-github-app-token action to v3 ([#113](https://github.com/opzkit/godeadcode-action/issues/113)) ([aa7678a](https://github.com/opzkit/godeadcode-action/commit/aa7678a7511ce631048c17e09db636c95952a6dd)) +* **deps:** update actions/create-github-app-token digest to 1b10c78 ([#121](https://github.com/opzkit/godeadcode-action/issues/121)) ([db7c549](https://github.com/opzkit/godeadcode-action/commit/db7c549fc280386d5a87227bf0cb458627ad59b9)) +* **deps:** update actions/create-github-app-token digest to 7bd0371 ([#120](https://github.com/opzkit/godeadcode-action/issues/120)) ([745f7c4](https://github.com/opzkit/godeadcode-action/commit/745f7c4608dc4533714b8af034723ccfa62689f0)) +* **deps:** update actions/create-github-app-token digest to fee1f7d ([#112](https://github.com/opzkit/godeadcode-action/issues/112)) ([6ba1c42](https://github.com/opzkit/godeadcode-action/commit/6ba1c4227b20df6c314b3a47c8c1e0ca10cd2ff5)) +* **deps:** update actions/setup-go digest to 4a36011 ([#118](https://github.com/opzkit/godeadcode-action/issues/118)) ([9a1448f](https://github.com/opzkit/godeadcode-action/commit/9a1448f1091f0aadfbeb7748242692687b2124a6)) +* **deps:** update googleapis/release-please-action digest to 5c625bf ([#123](https://github.com/opzkit/godeadcode-action/issues/123)) ([e995ea2](https://github.com/opzkit/godeadcode-action/commit/e995ea2a2fe9c7576d4ddbe2229bb13d3be0e284)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.104.4 ([#119](https://github.com/opzkit/godeadcode-action/issues/119)) ([8b3226f](https://github.com/opzkit/godeadcode-action/commit/8b3226f1df45bc68696c9a8cf9a455addf370f89)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.111.0 ([#122](https://github.com/opzkit/godeadcode-action/issues/122)) ([42a9fbe](https://github.com/opzkit/godeadcode-action/commit/42a9fbe37d96075c08db2c4105e6be908b25e78f)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.126.0 ([#124](https://github.com/opzkit/godeadcode-action/issues/124)) ([a9df029](https://github.com/opzkit/godeadcode-action/commit/a9df029d9c2cfb99d5c2e51e2bee8074ee5647aa)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.76.2 ([#115](https://github.com/opzkit/godeadcode-action/issues/115)) ([042960c](https://github.com/opzkit/godeadcode-action/commit/042960c468b19e912656fc087c65ab33d62f77b6)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.86.0 ([#116](https://github.com/opzkit/godeadcode-action/issues/116)) ([3c09337](https://github.com/opzkit/godeadcode-action/commit/3c093371689bff2fd0f2468793dadb7a0462b780)) +* **deps:** update pre-commit hook renovatebot/pre-commit-hooks to v43.99.1 ([#117](https://github.com/opzkit/godeadcode-action/issues/117)) ([c870095](https://github.com/opzkit/godeadcode-action/commit/c87009522347296f6fc005588c6d635e9d4d34f4)) + ## [1.0.2](https://github.com/opzkit/godeadcode-action/compare/v1.0.1...v1.0.2) (2026-03-11) diff --git a/README.md b/README.md index 28ef537..dbc4a02 100644 --- a/README.md +++ b/README.md @@ -19,7 +19,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: check for deadcode - uses: opzkit/godeadcode-action@v1.0.2 + uses: opzkit/godeadcode-action@v1.0.3 # optional with: go-version: '1.19'