Skip to content

Commit

Permalink
Merge pull request #197 from py-actions/update-dependencies
Browse files Browse the repository at this point in the history
Update dependency versions
  • Loading branch information
chrissimpkins committed Nov 6, 2022
2 parents fea9c79 + 8bd6069 commit 5a95faf
Show file tree
Hide file tree
Showing 5 changed files with 613 additions and 794 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/linuxci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Python environment report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/macosci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
- name: Python environment report
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/windowsci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Check out source repository
uses: actions/checkout@v3
- name: Set up Python ${{ matrix.python-version }} environment
uses: actions/setup-python@v2
uses: actions/setup-python@v4
with:
python-version: ${{ matrix.python-version }}
# - name: Windows-specific Python environment workaround
Expand Down

0 comments on commit 5a95faf

Please sign in to comment.