From 23b9a8f58cb99d0470f6ad901e31834a4dd7f3ee Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 1 Sep 2024 13:46:30 -0400 Subject: [PATCH] build(deps): bump dsanders11/github-app-commit-action from 1.4.1 to 1.5.0 (#640) build(deps): bump dsanders11/github-app-commit-action Bumps [dsanders11/github-app-commit-action](https://github.com/dsanders11/github-app-commit-action) from 1.4.1 to 1.5.0. - [Release notes](https://github.com/dsanders11/github-app-commit-action/releases) - [Changelog](https://github.com/dsanders11/github-app-commit-action/blob/main/.releaserc.json) - [Commits](https://github.com/dsanders11/github-app-commit-action/compare/5c7daabae956f8143277417996b26a173439e1b7...43de6da2f4d927e997c0784c7a0b61bd19ad6aac) --- updated-dependencies: - dependency-name: dsanders11/github-app-commit-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/update-docs-branch.yml | 2 +- .github/workflows/update-docs.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update-docs-branch.yml b/.github/workflows/update-docs-branch.yml index be298f1..d9713c6 100644 --- a/.github/workflows/update-docs-branch.yml +++ b/.github/workflows/update-docs-branch.yml @@ -42,7 +42,7 @@ jobs: yarn pre-build ${{ github.event.client_payload.sha || github.event.inputs.sha }} git add . - name: Push changes - uses: dsanders11/github-app-commit-action@5c7daabae956f8143277417996b26a173439e1b7 # v1.4.1 + uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 with: message: 'chore: update ref to docs (🤖)' token: ${{ steps.generate-token.outputs.token }} diff --git a/.github/workflows/update-docs.yml b/.github/workflows/update-docs.yml index 3d9fb6c..9b98f00 100644 --- a/.github/workflows/update-docs.yml +++ b/.github/workflows/update-docs.yml @@ -39,7 +39,7 @@ jobs: yarn pre-build ${{ github.event.client_payload.sha || github.event.inputs.sha }} ${{ github.event.client_payload.branch || github.event.inputs.branch }} git add . - name: Push changes - uses: dsanders11/github-app-commit-action@5c7daabae956f8143277417996b26a173439e1b7 # v1.4.1 + uses: dsanders11/github-app-commit-action@43de6da2f4d927e997c0784c7a0b61bd19ad6aac # v1.5.0 with: message: 'chore: update ref to docs (🤖)' token: ${{ steps.generate-token.outputs.token }}