Skip to content

Commit

Permalink
Merge pull request #3 from janelia-cellmap/dependabot/github_actions/…
Browse files Browse the repository at this point in the history
…actions/setup-python-5

ci(dependabot): bump actions/setup-python from 4 to 5
  • Loading branch information
rhoadesScholar authored Mar 5, 2024
2 parents 22206e8 + f8f0405 commit 2207747
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
- uses: actions/checkout@v3

- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
cache-dependency-path: "pyproject.toml"
Expand Down Expand Up @@ -79,7 +79,7 @@ jobs:
fetch-depth: 0

- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: "3.x"

Expand Down

0 comments on commit 2207747

Please sign in to comment.