Skip to content

Commit

Permalink
Merge pull request #9 from bioio-devs/dependabot/github_actions/actio…
Browse files Browse the repository at this point in the history
…ns/setup-python-5

ci(dependabot): bump actions/setup-python from 4 to 5
  • Loading branch information
SeanLeRoy committed Jan 17, 2024
2 parents d538772 + c795e19 commit 175399d
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- run: pip install check-manifest && check-manifest
Expand Down Expand Up @@ -54,7 +54,7 @@ jobs:
role-session-name: bioio-bioformats-${{ github.sha }}
aws-region: ${{ env.AWS_REGION }}
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- uses: extractions/setup-just@v1
Expand Down Expand Up @@ -85,7 +85,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- uses: extractions/setup-just@v1
Expand All @@ -110,7 +110,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.11"
- name: Install Dependencies
Expand Down

0 comments on commit 175399d

Please sign in to comment.