Skip to content

Commit 1d03719

Browse files
Merge pull request #731 from onekey-sec/dependabot/github_actions/actions/setup-python-5
2 parents 891bd2f + 032fd49 commit 1d03719

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/documentation.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,12 +14,12 @@ jobs:
1414
uses: actions/checkout@v4
1515

1616
- name: Setup Python
17-
uses: actions/setup-python@v4
17+
uses: actions/setup-python@v5
1818
with:
1919
python-version: 3.8
2020

2121
- name: Setup Python
22-
uses: actions/setup-python@v4
22+
uses: actions/setup-python@v5
2323
with:
2424
python-version: 3.8
2525

.github/workflows/run-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: Setup Python
21-
uses: actions/setup-python@v4
21+
uses: actions/setup-python@v5
2222

2323
- name: Setup Rust
2424
uses: actions-rs/toolchain@v1

0 commit comments

Comments
 (0)