Skip to content

Commit

Permalink
Merge pull request #352 from ssec/dependabot/github_actions/actions/s…
Browse files Browse the repository at this point in the history
…etup-python-4

Bump actions/setup-python from 2 to 4
  • Loading branch information
djhoese committed May 16, 2023
2 parents ba7d788 + 095a885 commit 053c0e7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: Checkout source
uses: actions/checkout@v3
- name: Set up Python
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: 3.11
- name: Install dependencies
Expand Down

0 comments on commit 053c0e7

Please sign in to comment.