Skip to content

Commit

Permalink
Merge branch 'main' of github.com:pemistahl/lingua-py
Browse files Browse the repository at this point in the history
  • Loading branch information
pemistahl committed Feb 3, 2023
2 parents 72d904c + df68153 commit f76c1d3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ matrix.python-version }}

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
uses: actions/checkout@v3

- name: Set up Python
uses: actions/setup-python@v4.4.0
uses: actions/setup-python@v4.5.0
with:
python-version: ${{ env.PYTHON_VERSION }}

Expand Down

0 comments on commit f76c1d3

Please sign in to comment.