Skip to content

Commit 90e7720

Browse files
build(deps): bump clouddrove/github-actions from 9.0.2 to 9.0.3 (#35)
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] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: CloudDrove CI <[email protected]>
1 parent c549c3a commit 90e7720

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/readme.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
python-version: '3.x'
2020

2121
- name: 'create readme'
22-
uses: 'clouddrove/github-actions@v9.0.2'
22+
uses: 'clouddrove/github-actions@9.0.3'
2323
with:
2424
actions_subcommand: 'readme'
2525
github_token: '${{ secrets.GITHUB }}'
@@ -36,7 +36,7 @@ jobs:
3636
continue-on-error: true
3737

3838
- name: 'push readme'
39-
uses: 'clouddrove/github-actions@v9.0.2'
39+
uses: 'clouddrove/github-actions@9.0.3'
4040
continue-on-error: true
4141
with:
4242
actions_subcommand: 'push'

0 commit comments

Comments
 (0)