We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f535854 commit d580a57Copy full SHA for d580a57
1 file changed
.github/workflows/translation.yml
@@ -18,14 +18,14 @@ jobs:
18
19
steps:
20
- name: Grab the repo src
21
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
22
with:
23
fetch-depth: 0 # To reach the common commit
24
- name: Set up git user as [bot]
25
# Refs:
26
# * https://github.community/t/github-actions-bot-email-address/17204/6
27
# * https://github.com/actions/checkout/issues/13#issuecomment-724415212
28
- uses: fregante/setup-git-user@v1.0.1
+ uses: fregante/setup-git-user@v1.1.0
29
30
- name: Switch to the translation source branch
31
run: |
@@ -50,7 +50,7 @@ jobs:
50
git merge '${{ github.event.repository.default_branch }}'
51
52
- name: Set up Python
53
- uses: actions/setup-python@v2
+ uses: actions/setup-python@v4
54
55
python-version: >-
56
3.10
0 commit comments