Skip to content

Commit

Permalink
Merge pull request #731 from onekey-sec/dependabot/github_actions/act…
Browse files Browse the repository at this point in the history
…ions/setup-python-5
  • Loading branch information
dependabot[bot] authored Jan 29, 2024
2 parents 891bd2f + 032fd49 commit 1d03719
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/documentation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,12 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: 3.8

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/run-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5

- name: Setup Rust
uses: actions-rs/toolchain@v1
Expand Down

0 comments on commit 1d03719

Please sign in to comment.