Skip to content

Commit 55e9697

Browse files
authored
fix(readme): update clouddrove/github-actions version to v9.0.4 (#389)
1 parent ae83847 commit 55e9697

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/readme.yml

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

2828
- name: 📝 Create readme
29-
uses: 'clouddrove/github-actions@9.0.4'
29+
uses: 'clouddrove/github-actions@v9.0.4'
3030
with:
3131
actions_subcommand: 'readme'
3232
github_token: ${{ secrets.TOKEN }}
@@ -40,7 +40,7 @@ jobs:
4040
continue-on-error: true
4141

4242
- name: 🚀 Push readme
43-
uses: 'clouddrove/github-actions@9.0.4'
43+
uses: 'clouddrove/github-actions@v9.0.4'
4444
with:
4545
actions_subcommand: 'push'
4646
github_token: ${{ secrets.TOKEN }}

0 commit comments

Comments
 (0)