Skip to content

Commit aaccc80

Browse files
Update example-workflow.yml
1 parent 4191b30 commit aaccc80

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/example-workflow.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,10 +11,10 @@ jobs:
1111

1212
steps:
1313
- name: Checkout the repository
14-
uses: actions/checkout@1.0.0
14+
uses: actions/checkout@v1
1515

1616
- name: Update translations
17-
uses: flaskcwg/sphinx-translate-sync@v1
17+
uses: flaskcwg/sphinx-translate-sync@1.0.0
1818
with:
1919
source_repo: 'https://github.com/flaskcwg/flask-docs-es'
2020
target_branch: 'main'

0 commit comments

Comments
 (0)