From a8f48b90b1d6eded4958c84a8f9cad9ff804520a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 1 Apr 2024 17:04:17 -0700 Subject: [PATCH] build(deps): bump dsanders11/github-app-commit-action from 1.3.0 to 1.4.0 (#3555) build(deps): bump dsanders11/github-app-commit-action 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/gh-pages.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index af4bb022b8..657963ae3e 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -52,7 +52,7 @@ jobs: 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: 'deploy: ${{ steps.get-short-sha.outputs.sha }}'