Skip to content

Commit 6b311ff

Browse files
committed
Merge branch 'master' of github.com:squidfunk/mkdocs-material
2 parents dc1be9e + fc70b6c commit 6b311ff

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/documentation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
uses: actions/checkout@v3
4141

4242
- name: Set up Python runtime
43-
uses: actions/setup-python@v3
43+
uses: actions/setup-python@v4
4444
with:
4545
python-version: ${{ env.PYTHON_VERSION }}
4646

.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
uses: actions/checkout@v3
4242

4343
- name: Set up Python runtime
44-
uses: actions/setup-python@v3
44+
uses: actions/setup-python@v4
4545
with:
4646
python-version: ${{ env.PYTHON_VERSION }}
4747

0 commit comments

Comments
 (0)