File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
-
2
1
name : Pre-Deploy Updates Server
3
2
4
3
on :
@@ -11,13 +10,13 @@ jobs:
11
10
runs-on : ubuntu-latest
12
11
13
12
steps :
14
- - name : Checkout code
15
- uses : actions/checkout@v2
13
+ - name : Checkout repository
14
+ uses : actions/checkout@v4
16
15
with :
17
16
token : ${{ secrets.DEPLOY_KEY }}
18
17
19
- - name : Install Python
20
- uses : actions/setup-python@v2
18
+ - name : Setup Python
19
+ uses : actions/setup-python@v5
21
20
with :
22
21
python-version : ' 3.x'
23
22
@@ -36,12 +35,12 @@ jobs:
36
35
- name : Add confirm message
37
36
run : |
38
37
echo "Ready to deploy!"
39
-
40
- - uses : stefanzweifel/git-auto-commit-action@v4
38
+
39
+ - name : Commit
40
+ uses : stefanzweifel/git-auto-commit-action@v5
41
41
with :
42
42
commit_message : 🔖 Updated update server
43
43
commit_user_name : Zen Browser Robot
44
44
commit_user_email :
[email protected]
45
45
branch : deploy
46
46
push_options : ' --force'
47
-
You can’t perform that action at this time.
0 commit comments