Skip to content

Commit

Permalink
Merge pull request #32 from JulianGro/update-gha-2712
Browse files Browse the repository at this point in the history
Update GitHub Actions
  • Loading branch information
JulianGro authored Dec 28, 2024
2 parents 6b63f2f + 1fc1c28 commit 406695b
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 9 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,9 @@ jobs:

name: Build and deploy website
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v4.6.1
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
Expand Down Expand Up @@ -76,7 +76,7 @@ jobs:
mv build/ru/html/ output/ru/
- name: Deploy website
uses: SamKirkland/[email protected].4
uses: SamKirkland/[email protected].5
with:
server: www531.your-server.de
protocol: ftps
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/master_warnings.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,9 +11,9 @@ jobs:

name: Check for warnings
steps:
- uses: actions/checkout@v3
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,9 +10,9 @@ jobs:

name: Build to check for warnings
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/update_translation_files.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,9 +15,9 @@ jobs:

name: Update translation files
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python 3.7
uses: actions/setup-python@v2
uses: actions/setup-python@v5
with:
python-version: 3.7
- name: Install dependencies
Expand Down

0 comments on commit 406695b

Please sign in to comment.