Skip to content

Commit

Permalink
Merge pull request #79 from python-astrodynamics/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/actions/setup-python-5

Bump actions/setup-python from 4 to 5
  • Loading branch information
RazerM authored Dec 6, 2023
2 parents ff96bdb + e03b88c commit 440fff4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:

steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
- uses: "actions/setup-python@v5"
with:
python-version: "${{ matrix.python-version }}"
- name: "Install dependencies"
Expand All @@ -47,7 +47,7 @@ jobs:

steps:
- uses: "actions/checkout@v4"
- uses: "actions/setup-python@v4"
- uses: "actions/setup-python@v5"
with:
# Use latest Python, so it understands all syntax.
python-version: "3.12"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,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.x"
- name: Install dependencies
Expand Down

0 comments on commit 440fff4

Please sign in to comment.