Skip to content

Commit

Permalink
Bump clouddrove/github-actions from 9.0.2 to 9.0.3 (#49)
Browse files Browse the repository at this point in the history
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](clouddrove/github-actions@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] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 3, 2023
1 parent f87bd40 commit 3d04665
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
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 }}'
Expand All @@ -34,7 +34,7 @@ jobs:
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'
Expand Down

0 comments on commit 3d04665

Please sign in to comment.