Skip to content

Commit 9b6eb8d

Browse files
authored
Merge pull request #13 from cpp-lln-lab/dependabot/github_actions/actions/setup-python-5
Bump actions/setup-python from 4 to 5
2 parents c882915 + f9459f4 commit 9b6eb8d

File tree

3 files changed

+5
-4
lines changed

3 files changed

+5
-4
lines changed

.github/workflows/miss_hit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
fetch-depth: 1
3333

3434
- name: Set up Python
35-
uses: actions/setup-python@v4
35+
uses: actions/setup-python@v5
3636
with:
3737
python-version: '3.11'
3838

.github/workflows/validate_cff.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
fetch-depth: 1
2727

2828
- name: Set up Python
29-
uses: actions/setup-python@v4
29+
uses: actions/setup-python@v5
3030
with:
3131
python-version: '3.11'
3232

.readthedocs.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
---
12
# Read the Docs configuration file
23
# See https://docs.readthedocs.io/en/stable/config-file/v2.html for details
34

@@ -17,9 +18,9 @@ sphinx:
1718

1819
# Optionally build your docs in additional formats such as PDF
1920
formats:
20-
- pdf
21+
- pdf
2122

2223
# Optionally set the version of Python and requirements required to build your docs
2324
python:
2425
install:
25-
- requirements: requirements.txt
26+
- requirements: requirements.txt

0 commit comments

Comments
 (0)