Skip to content

Commit

Permalink
Merge pull request #24 from HuttleyLab/dependabot/github_actions/acti…
Browse files Browse the repository at this point in the history
…ons/setup-python-5

Bump actions/setup-python from 3 to 5
  • Loading branch information
GavinHuttley authored Oct 7, 2024
2 parents eb7eaac + 8c818ba commit 0bde6e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/testing_develop.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
fetch-depth: 0

# Setup env
- uses: "actions/setup-python@v3"
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"

Expand Down

0 comments on commit 0bde6e8

Please sign in to comment.