From a01c663d54a4ef4f001adc1548443c399cd57fc8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 17:28:37 +0000 Subject: [PATCH] chore(deps): bump remix-run/release-comment-action from 0.4.1 to 0.4.2 Bumps [remix-run/release-comment-action](https://github.com/remix-run/release-comment-action) from 0.4.1 to 0.4.2. - [Release notes](https://github.com/remix-run/release-comment-action/releases) - [Commits](https://github.com/remix-run/release-comment-action/compare/v0.4.1...v0.4.2) --- updated-dependencies: - dependency-name: remix-run/release-comment-action dependency-version: 0.4.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/release-comments.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-comments.yml b/.github/workflows/release-comments.yml index 32927cdc0ae..8050b9d0f5a 100644 --- a/.github/workflows/release-comments.yml +++ b/.github/workflows/release-comments.yml @@ -15,7 +15,7 @@ jobs: fetch-depth: 0 - name: 📝 Comment on related issues and pull requests - uses: remix-run/release-comment-action@v0.4.1 + uses: remix-run/release-comment-action@v0.4.2 with: DIRECTORY_TO_CHECK: "./packages" PACKAGE_NAME: "remix"