Skip to content

Commit 39cfe9e

Browse files
committed
Merge remote-tracking branch 'origin/master'
2 parents 5dd0a7c + 0f57a39 commit 39cfe9e

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-docs.yml

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

.github/workflows/python-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
steps:
1313
- uses: actions/checkout@v4
1414
- name: Set up Python
15-
uses: actions/setup-python@v4
15+
uses: actions/setup-python@v5
1616
with:
1717
python-version: "3.8"
1818
- uses: actions/cache@v3

0 commit comments

Comments
 (0)