Skip to content

Commit 3f5aa57

Browse files
build(deps): bump clouddrove/github-actions from 9.0.2 to 9.0.3 (#58)
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>
1 parent c670e6b commit 3f5aa57

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/readme.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
python-version: '3.x'
1818

1919
- name: 'create readme'
20-
uses: 'clouddrove/github-actions@v9.0.2'
20+
uses: 'clouddrove/github-actions@9.0.3'
2121
with:
2222
actions_subcommand: 'readme'
2323
github_token: '${{ secrets.GITHUB }}'
@@ -34,7 +34,7 @@ jobs:
3434
continue-on-error: true
3535

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

0 commit comments

Comments
 (0)