Skip to content

Commit

Permalink
Merge pull request maidsafe#2419 from maidsafe/dependabot/github_acti…
Browse files Browse the repository at this point in the history
…ons/actions/setup-python-5

chore(deps): bump actions/setup-python from 4 to 5
  • Loading branch information
dirvine authored Nov 10, 2024
2 parents 7b4c2d8 + 6e946da commit 84dd8a4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/python-publish-client.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Rust
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
target: [x64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Rust
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/python-publish-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
target: [x86_64, aarch64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Rust
Expand Down Expand Up @@ -67,7 +67,7 @@ jobs:
target: [x64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
architecture: ${{ matrix.target }}
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
target: [x86_64]
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Rust
Expand Down

0 comments on commit 84dd8a4

Please sign in to comment.