Skip to content

Commit 39ed0de

Browse files
committed
Make versions of actions used in deploy and pr-preview workflows consistent.
1 parent a284f7e commit 39ed0de

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,10 +15,10 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- name: Checkout main branch
18-
uses: actions/checkout@v2
18+
uses: actions/checkout@v3
1919

2020
- name: Install Python
21-
uses: actions/setup-python@v2
21+
uses: actions/setup-python@v4
2222
with:
2323
# actions/setup-python recommends that python-version be fixed so that workflow runs are more
2424
# predictable.

.github/workflows/pr-preview.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,8 @@ jobs:
2929

3030
- name: Install Python
3131
uses: actions/setup-python@v4
32+
with:
33+
python-version: "3.12.7"
3234

3335
- name: Install mkdocs
3436
run: pip install mkdocs

0 commit comments

Comments
 (0)