Skip to content

Commit

Permalink
Merge remote-tracking branch 'upstream/master' into merge-upstream-20…
Browse files Browse the repository at this point in the history
…240724
  • Loading branch information
at-wat committed Jul 24, 2024
2 parents 1e2373e + 9cbb8a7 commit c57e953
Show file tree
Hide file tree
Showing 8 changed files with 2,108 additions and 619 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,9 @@ jobs:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Fetch upstream (to enable diff)
Expand All @@ -40,9 +40,9 @@ jobs:
matrix:
python-version: [3.8]
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v1
uses: actions/setup-python@v5
with:
python-version: ${{ matrix.python-version }}
- name: Install Dependencies
Expand Down
Loading

0 comments on commit c57e953

Please sign in to comment.