File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -18,14 +18,14 @@ jobs:
18
18
19
19
steps :
20
20
- name : Grab the repo src
21
- uses : actions/checkout@v2
21
+ uses : actions/checkout@v3
22
22
with :
23
23
fetch-depth : 0 # To reach the common commit
24
24
- name : Set up git user as [bot]
25
25
# Refs:
26
26
# * https://github.community/t/github-actions-bot-email-address/17204/6
27
27
# * https://github.com/actions/checkout/issues/13#issuecomment-724415212
28
- uses : fregante/setup-git-user@v1.0.1
28
+ uses : fregante/setup-git-user@v1.1.0
29
29
30
30
- name : Switch to the translation source branch
31
31
run : |
50
50
git merge '${{ github.event.repository.default_branch }}'
51
51
52
52
- name : Set up Python
53
- uses : actions/setup-python@v2
53
+ uses : actions/setup-python@v4
54
54
with :
55
55
python-version : >-
56
56
3.10
You can’t perform that action at this time.
0 commit comments