Skip to content

Commit 7c6deec

Browse files
authored
Merge pull request #11 from larziwau/main
Update CI
2 parents 9e7e848 + eea2f17 commit 7c6deec

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

.github/workflows/pre-deploy.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
21
name: Pre-Deploy Updates Server
32

43
on:
@@ -11,13 +10,13 @@ jobs:
1110
runs-on: ubuntu-latest
1211

1312
steps:
14-
- name: Checkout code
15-
uses: actions/checkout@v2
13+
- name: Checkout repository
14+
uses: actions/checkout@v4
1615
with:
1716
token: ${{ secrets.DEPLOY_KEY }}
1817

19-
- name: Install Python
20-
uses: actions/setup-python@v2
18+
- name: Setup Python
19+
uses: actions/setup-python@v5
2120
with:
2221
python-version: '3.x'
2322

@@ -36,12 +35,12 @@ jobs:
3635
- name: Add confirm message
3736
run: |
3837
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
4141
with:
4242
commit_message: 🔖 Updated update server
4343
commit_user_name: Zen Browser Robot
4444
commit_user_email: [email protected]
4545
branch: deploy
4646
push_options: '--force'
47-

0 commit comments

Comments
 (0)