From 1c231ea7cd61f58d77fef4ba3af6efa22ff6f71d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:41:58 -0400 Subject: [PATCH] build(deps): bump clouddrove/github-actions from 9.0.2 to 9.0.3 (#94) Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/readme.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/readme.yml b/.github/workflows/readme.yml index 4cf9eafa..ffe0cd4f 100644 --- a/.github/workflows/readme.yml +++ b/.github/workflows/readme.yml @@ -14,7 +14,7 @@ jobs: with: python-version: 3.x - name: create readme - uses: clouddrove/github-actions@v9.0.2 + uses: clouddrove/github-actions@9.0.3 with: actions_subcommand: readme github_token: ${{ secrets.GITHUB }} @@ -27,7 +27,7 @@ jobs: uses: pre-commit/action@v3.0.0 continue-on-error: true - name: push readme - uses: clouddrove/github-actions@v9.0.2 + uses: clouddrove/github-actions@9.0.3 continue-on-error: true with: actions_subcommand: push