From 05ef490822f01a8872f04447a24097194924701d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 21:36:41 +0000 Subject: [PATCH 1/2] Update dependency StronglyTypedId to v1.0.0-beta08 --- Directory.Packages.props | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Directory.Packages.props b/Directory.Packages.props index 66f97df67..0e71316d7 100644 --- a/Directory.Packages.props +++ b/Directory.Packages.props @@ -89,7 +89,7 @@ - + From 0ebb0a7e37ba5d694e5c4fe3263dbd8cfab66b6f Mon Sep 17 00:00:00 2001 From: Rocket Understudy <33589210+rsg-bot@users.noreply.github.com> Date: Thu, 25 Apr 2024 17:38:52 -0400 Subject: [PATCH 2/2] Automatically linting code --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 41183a309..b5a6c8a5a 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -82,7 +82,7 @@ jobs: env: GITHUB_TOKEN: '${{ secrets.RSG_BOT_TOKEN }}' if: "'${{ steps.commit-message.outputs.message }}' == 'Automatically linting code'" - uses: planetscale/ghcommit-action@v0.1.36 + uses: planetscale/ghcommit-action@v0.1.35 with: commit_message: 'Automatically linting code' repo: '${{ github.repository }}'