Skip to content

Commit 1e27c43

Browse files
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](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]>
1 parent a95d8c8 commit 1e27c43

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
@@ -18,7 +18,7 @@ jobs:
1818
python-version: '3.x'
1919

2020
- name: 'create readme'
21-
uses: 'clouddrove/github-actions@v9.0.2'
21+
uses: 'clouddrove/github-actions@9.0.3'
2222
with:
2323
actions_subcommand: 'readme'
2424
github_token: '${{ secrets.GITHUB }}'
@@ -35,7 +35,7 @@ jobs:
3535
continue-on-error: true
3636

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

0 commit comments

Comments
 (0)