From 0e162dbc156bfde5e057fc7a7a8faf60909fd083 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 Mar 2024 08:53:55 -0700 Subject: [PATCH] chore: bump dsanders11/github-app-commit-action from 1.3.0 to 1.4.0 (#1695) Bumps [dsanders11/github-app-commit-action](https://github.com/dsanders11/github-app-commit-action) from 1.3.0 to 1.4.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/56f54b482f8019a16d8f8b0bfbbc9fa3ee9802e8...48d2ff8c1a855eb15d16afa97ae12616456d7cbc) --- 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/docs.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index c541570e..2393fd84 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -39,7 +39,7 @@ jobs: env: GITHUB_TOKEN: ${{ steps.generate-token.outputs.token }} - name: Commit docs - uses: dsanders11/github-app-commit-action@56f54b482f8019a16d8f8b0bfbbc9fa3ee9802e8 # v1.3.0 + uses: dsanders11/github-app-commit-action@48d2ff8c1a855eb15d16afa97ae12616456d7cbc # v1.4.0 with: fail-on-no-changes: false message: 'Publish [skip ci]'