From 08e9783c43647942700767f7b464d69ffdd57f90 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 15 Oct 2023 13:34:53 +0000 Subject: [PATCH] build(deps): bump clouddrove/github-actions from 9.0.2 to 9.0.3 Bumps [clouddrove/github-actions](https://github.com/clouddrove/github-actions) from 9.0.2 to 9.0.3. - [Release notes](https://github.com/clouddrove/github-actions/releases) - [Commits](https://github.com/clouddrove/github-actions/compare/v9.0.2...9.0.3) --- updated-dependencies: - dependency-name: clouddrove/github-actions dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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