Skip to content

Commit 52a0d5d

Browse files
committed
Update actions/setup-python + set github-actions creds
1 parent 622b8f8 commit 52a0d5d

File tree

3 files changed

+4
-2
lines changed

3 files changed

+4
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
fetch-depth: 0
1818
submodules: recursive
1919
- name: Set up Python
20-
uses: actions/setup-python@v2
20+
uses: actions/setup-python@v5.2.0
2121
with:
2222
python-version: '3.8'
2323
- name: Install mkdocs-material

.github/workflows/deploy-prod.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -66,6 +66,8 @@ jobs:
6666
uses: peaceiris/actions-gh-pages@v4
6767
with:
6868
github_token: ${{ github.token }}
69+
user_name: 'github-actions[bot]'
70+
user_email: 'github-actions[bot]@users.noreply.github.com'
6971
publish_dir: public/${{ steps.get-pr-number.outputs.pr_number }}
7072
destination_dir: ${{ steps.get-pr-number.outputs.pr_number }}
7173
commit_message: 'Preview for the PR #${{ steps.get-pr-number.outputs.pr_number }} (commit ${{ github.event.workflow_run.head_sha }})'

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Checkout repository
1414
uses: actions/checkout@v4
1515
- name: Set up Python
16-
uses: actions/setup-python@v2
16+
uses: actions/setup-python@v5.2.0
1717
with:
1818
python-version: '3.8'
1919
- name: Set up C++

0 commit comments

Comments
 (0)