Skip to content

Commit 5b94fb9

Browse files
committed
build: update gh actions
1 parent d463cc7 commit 5b94fb9

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
uses: actions/checkout@v2
1111

1212
- name: Set up Python
13-
uses: actions/setup-python@v3
13+
uses: actions/setup-python@v6
1414

1515
- name: Set up pdoc
1616
run: pip install pdoc3

.github/workflows/publish-to-pypi.yml

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

3434
- name: Set up Python 3.8
35-
uses: actions/setup-python@v3
35+
uses: actions/setup-python@v6
3636
with:
3737
python-version: 3.8
3838

.github/workflows/publish-to-test-pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v3
2323

2424
- name: Set up Python 3.8
25-
uses: actions/setup-python@v3
25+
uses: actions/setup-python@v6
2626
with:
2727
python-version: 3.8
2828

0 commit comments

Comments
 (0)